Skip to content

Commit 810537e

Browse files
author
as0n
committed
Fix multiple ul in navbar.
1 parent f46d608 commit 810537e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/themes.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ html.old body .hero nav-bar br {
128128
display: none;
129129
}
130130
html.old body .hero nav-bar ul {
131-
display: block;
131+
display: inline-block;
132132
}
133133
html.old body .hero nav-bar ul li {
134134
display: inline-block;

0 commit comments

Comments
 (0)