fix: overflow when there are a lot of items on small screens
This commit is contained in:
parent
30b0738af0
commit
c3ac2c962d
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ body {
|
|||
|
||||
.nav {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 2rem;
|
||||
margin: 1.5rem 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue