fix: forgot the flex-flow
This commit is contained in:
parent
51ebee945e
commit
5604d287c8
|
@ -7,6 +7,7 @@ nav {
|
|||
div {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
flex-flow: wrap;
|
||||
}
|
||||
|
||||
hr {
|
||||
|
|
Reference in a new issue