Skip to content

Commit 4192e6a

Browse files
committed
Make nav items more prominent
1 parent c81a33c commit 4192e6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/static/style.css

+5
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ body {
4545
border: none;
4646
}
4747

48+
.nav-item, .dropdown-item {
49+
font-size: 1.2em;
50+
font-weight: 900;
51+
}
52+
4853
.dropdown:hover .dropdown-menu {
4954
display: block;
5055
}

0 commit comments

Comments
 (0)