fix: add flex-basis
to the rest of sections
This commit is contained in:
parent
fdcde96d0c
commit
2b5db0d6be
@ -94,6 +94,7 @@ a {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.5rem;
|
||||
flex-basis: 0;
|
||||
}
|
||||
|
||||
#metadata h1 {
|
||||
@ -146,6 +147,7 @@ a {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2rem;
|
||||
flex-basis: 0;
|
||||
}
|
||||
|
||||
#about {
|
||||
|
Loading…
x
Reference in New Issue
Block a user