Skip to content

Commit 122d63b

Browse files
committed
feat: flex-wrap nav
1 parent fc82955 commit 122d63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ footer > *:last-child {
252252
header nav ul,
253253
footer nav ul {
254254
display: flex;
255-
overflow-x: auto;
255+
flex-wrap: wrap;
256256
list-style: none;
257257
padding: 0;
258258
}

0 commit comments

Comments
 (0)