cryp boxes spacing

This commit is contained in:
ntr 2019-04-08 21:06:09 +10:00
parent ff18482567
commit 4e8f78751a

View File

@ -219,6 +219,7 @@ header {
display: flex;
flex-flow: row wrap;
flex: 1;
justify-content: space-between;
}
.menu-cryp-ctr {
@ -609,6 +610,10 @@ header {
}
@media (max-width: 800px) {
h2 {
font-size: 1em;
}
main {
flex: 1 1 auto;
flex-flow: column;