Skip to content

Commit b0b9142

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/nav.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
display: block; /* Shows the hamburger icon on mobile */
6666
font-size: 16px;
6767
color: #808080;
68-
padding: 8px 12px; /* Adds padding on the right */
68+
padding: 6px 10px; /* 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: 10px 12px;
79+
padding: 8px 10px;
8080
background-color: #ffffff; /* White background for links */
8181
color: #808080; /* Grey text color for links */
8282
}

0 commit comments

Comments
 (0)