Fix flex grow stuff

This commit is contained in:
ngn 2024-03-03 02:54:36 +03:00
parent 15061a4f0e
commit 28e8164f1b
2 changed files with 3 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {