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 83743af commit b0b9142Copy full SHA for b0b9142
assets/css/nav.css
@@ -65,7 +65,7 @@
65
display: block; /* Shows the hamburger icon on mobile */
66
font-size: 16px;
67
color: #808080;
68
- padding: 8px 12px; /* Adds padding on the right */
+ padding: 6px 10px; /* Adds padding on the right */
69
cursor: pointer;
70
margin-left: auto; /* Pushes the icon to the right */
71
margin-right: 10px; /* Adds space from the right edge */
@@ -76,7 +76,7 @@
76
display: block;
77
width: 100%;
78
text-align: left; /* Aligns links to the left */
79
- padding: 10px 12px;
+ padding: 8px 10px;
80
background-color: #ffffff; /* White background for links */
81
color: #808080; /* Grey text color for links */
82
}
0 commit comments