Skip to content

Commit a5970c0

Browse files
authored
Update nav.css
1 parent d563457 commit a5970c0

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
@@ -72,10 +72,10 @@
7272
display: block; /* Shows the hamburger icon on mobile */
7373
font-size: 14px; /* Slightly smaller font size */
7474
color: #808080;
75-
padding: 4px 6px; /* Minimal padding for a thinner icon */
75+
padding: 6px 8px; /* Minimal padding for a thinner icon */
7676
cursor: pointer;
7777
margin-left: auto; /* Pushes the icon to the right */
78-
margin-right: 15px; /* Adds space from the right edge */
78+
margin-right: 18px; /* Adds space from the right edge */
7979
order: 1; /* Ensures the icon appears last in the flex container */
8080
}
8181

0 commit comments

Comments
 (0)