fix: ↘️ fix menu style wrapping

This commit is contained in:
m5ka 2024-03-25 22:30:26 +00:00
parent 5a956e0600
commit 309145a47b

View file

@ -277,8 +277,10 @@ header h1 sup {
header nav ul {
display: flex;
flex-flow: row wrap;
align-items: center;
column-gap: 1.2rem;
row-gap: .8rem;
}
.grid-content {