fix: forgot the flex-flow

This commit is contained in:
Laureηt 2021-10-08 18:41:46 +02:00
parent 51ebee945e
commit 5604d287c8
No known key found for this signature in database
GPG key ID: D88C6B294FD40994

View file

@ -7,6 +7,7 @@ nav {
div { div {
display: flex; display: flex;
gap: 1rem; gap: 1rem;
flex-flow: wrap;
} }
hr { hr {