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

@@ -61,4 +61,10 @@
.arrow.grey:after {
background-color:#6c757d;
}
@media (max-width: 767.98px) {
.mobile-bottomcol {
margin-top: 15px;
}
}