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;
transition: .4s;
flex-grow: 1;
flex: 1 1 0px;
}
div h1 {