mirror of
https://github.com/mempool/mempool.git
synced 2025-01-10 07:26:46 +01:00
23 lines
351 B
SCSS
23 lines
351 B
SCSS
|
.qr-wrapper {
|
||
|
background-color: #FFF;
|
||
|
padding: 10px;
|
||
|
padding-bottom: 5px;
|
||
|
display: inline-block;
|
||
|
margin-right: 25px;
|
||
|
}
|
||
|
|
||
|
@media (min-width: 576px) {
|
||
|
.qrcode-col {
|
||
|
text-align: right;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 575.98px) {
|
||
|
.qrcode-col {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.qrcode-col > div {
|
||
|
margin-top: 20px;
|
||
|
margin-right: 0px;
|
||
|
}
|
||
|
}
|