fix: add flex-basis to the rest of sections

This commit is contained in:
rramiachraf 2023-02-22 21:54:08 +01:00
parent fdcde96d0c
commit 2b5db0d6be

View File

@ -94,6 +94,7 @@ a {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 0.5rem; gap: 0.5rem;
flex-basis: 0;
} }
#metadata h1 { #metadata h1 {
@ -146,6 +147,7 @@ a {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 2rem; gap: 2rem;
flex-basis: 0;
} }
#about { #about {