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