Making block, transaction, and address view responsive.

closes #43
This commit is contained in:
softsimon
2020-03-10 14:46:12 +07:00
parent 71cd4e1279
commit 0f41b0d933
10 changed files with 115 additions and 45 deletions

View File

@@ -8,4 +8,20 @@
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;
}
}