mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 14:40:36 +01:00
28 lines
374 B
CSS
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
|
|
}
|
|
}
|