fix: ↘️ fix menu style wrapping
This commit is contained in:
parent
5a956e0600
commit
309145a47b
1 changed files with 2 additions and 0 deletions
|
|
@ -277,8 +277,10 @@ header h1 sup {
|
||||||
|
|
||||||
header nav ul {
|
header nav ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-flow: row wrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
column-gap: 1.2rem;
|
column-gap: 1.2rem;
|
||||||
|
row-gap: .8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-content {
|
.grid-content {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue