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