Skip to content

Commit 935abba

Browse files
committed
Increased navbar font size on mobile
1 parent 6616f71 commit 935abba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/global/navbar.css

+5
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,11 @@ nav img {
220220
margin-bottom: 7px;
221221
}
222222

223+
224+
.nav-ul li a {
225+
font-size: 20px;
226+
}
227+
223228
.nav-ul.show {
224229
display: flex;
225230
}

0 commit comments

Comments
 (0)