Skip to content

Commit 8806509

Browse files
committed
Handle footer nav wrapping
Signed-off-by: Marcus Noble <[email protected]>
1 parent 93b02c1 commit 8806509

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

assets/css/site/footer.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
display: block;
88
}
99
.gh-foot-menu .nav {
10-
flex-direction: row;
1110
width: 100%;
12-
justify-content: space-around;
11+
flex-direction: row;
12+
flex-wrap: wrap;
13+
justify-content: center;
14+
align-items: flex-end;
15+
column-gap: 12px;
1316
}
1417
}

0 commit comments

Comments
 (0)