We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d563457 commit a5970c0Copy full SHA for a5970c0
assets/css/nav.css
@@ -72,10 +72,10 @@
72
display: block; /* Shows the hamburger icon on mobile */
73
font-size: 14px; /* Slightly smaller font size */
74
color: #808080;
75
- padding: 4px 6px; /* Minimal padding for a thinner icon */
+ padding: 6px 8px; /* Minimal padding for a thinner icon */
76
cursor: pointer;
77
margin-left: auto; /* Pushes the icon to the right */
78
- margin-right: 15px; /* Adds space from the right edge */
+ margin-right: 18px; /* Adds space from the right edge */
79
order: 1; /* Ensures the icon appears last in the flex container */
80
}
81
0 commit comments