Fix show blocks on small screen. (#674)

This commit is contained in:
Miguel Medeiros
2021-07-29 20:28:43 -03:00
committed by GitHub
parent 91a37d8fe8
commit 837e714b1f
2 changed files with 15 additions and 24 deletions

View File

@@ -89,9 +89,4 @@
display: flex;
margin-top: 0px;
flex-direction: column;
@media(max-height: 700px) {
.blockchain-wrapper{
display: none !important;
}
}
}