cryp boxes spacing
This commit is contained in:
parent
ff18482567
commit
4e8f78751a
@ -219,6 +219,7 @@ header {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-cryp-ctr {
|
.menu-cryp-ctr {
|
||||||
@ -609,6 +610,10 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 800px) {
|
@media (max-width: 800px) {
|
||||||
|
h2 {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user