fix: overflow when there are a lot of items on small screens

This commit is contained in:
草师傅 2025-08-15 17:07:10 +08:00
parent 30b0738af0
commit c3ac2c962d
Signed by: gb
GPG key ID: 43330A030E2D6478

View file

@ -103,6 +103,7 @@ body {
.nav {
display: flex;
flex-wrap: wrap;
gap: 2rem;
margin: 1.5rem 0;
}