cryp boxes spacing
This commit is contained in:
parent
ff18482567
commit
4e8f78751a
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user