Fix flex grow stuff
This commit is contained in:
parent
15061a4f0e
commit
28e8164f1b
@ -44,6 +44,7 @@ main {
|
|||||||
gap: 100px;
|
gap: 100px;
|
||||||
transition: .4s;
|
transition: .4s;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
flex: 1 1 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div h1 {
|
div h1 {
|
||||||
|
@ -72,7 +72,7 @@ main {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 25px;
|
gap: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flexrow {
|
.flexrow {
|
||||||
@ -81,7 +81,7 @@ main {
|
|||||||
align-content: center;
|
align-content: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
gap: 25px;
|
gap: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user