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

@@ -317,3 +317,15 @@ hr {
tr {
white-space: nowrap;
}
@media (min-width: 992px) {
.lg-inline {
display: inline-block;
}
}
@media (min-width: 768px) {
.md-inline {
display: inline-block;
}
}