Skip to content

Commit 83743af

Browse files
authored
Update nav.css
1 parent 817c567 commit 83743af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/css/nav.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363

6464
.topnav a.icon {
6565
display: block; /* Shows the hamburger icon on mobile */
66-
font-size: 24px;
66+
font-size: 16px;
6767
color: #808080;
68-
padding: 10px 15px; /* Adds padding on the right */
68+
padding: 8px 12px; /* Adds padding on the right */
6969
cursor: pointer;
7070
margin-left: auto; /* Pushes the icon to the right */
7171
margin-right: 10px; /* Adds space from the right edge */
@@ -76,7 +76,7 @@
7676
display: block;
7777
width: 100%;
7878
text-align: left; /* Aligns links to the left */
79-
padding: 14px 16px;
79+
padding: 10px 12px;
8080
background-color: #ffffff; /* White background for links */
8181
color: #808080; /* Grey text color for links */
8282
}

0 commit comments

Comments
 (0)