btcpayserver/BTCPayServer/wwwroot/css/site.min.css
2017-10-27 17:53:04 +09:00

28 lines
374 B
CSS

body {
padding-top: 50px;
padding-bottom: 20px
}
.body-content {
padding-left: 15px;
padding-right: 15px
}
.carousel-caption p {
font-size: 20px;
line-height: 1.4
}
.carousel-inner .item img[src$=".svg"] {
width: 100%
}
#qrCode {
margin: 15px
}
@media screen and (max-width:767px) {
.carousel-caption {
display: none
}
}