Skip to content

Commit 0fb4b59

Browse files
authored
Update nav.css
1 parent 63d28b8 commit 0fb4b59

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
@@ -9,7 +9,7 @@
99
display: flex;
1010
align-items: center;
1111
justify-content: space-between;
12-
padding: 10px;
12+
padding: 0; /* 10px;*/
1313
box-sizing: border-box;
1414
}
1515

@@ -65,7 +65,7 @@
6565
font-size: 14px; /* Slightly smaller font size */
6666
background-color: #ffffff; /* White text for better contrast */
6767
color: #808080;
68-
padding: 6px 10px; /* Minimal padding for a thinner icon */
68+
padding: 6px 8px; /* Minimal padding for a thinner icon */
6969
margin: 0; /* Removes all margins */
7070
cursor: pointer;
7171
border-radius: 0; /* Removes rounded edges */
@@ -76,7 +76,7 @@
7676
display: block;
7777
width: 100%;
7878
text-align: left; /* Aligns links to the left */
79-
padding: 8px 10px; /* Reduces padding for a thinner bar */
79+
padding: 6px 8px; /* Reduces padding for a thinner bar */
8080
background-color: #ffffff; /* White background for links */
8181
color: #808080; /* Grey text color for links */
8282
}

0 commit comments

Comments
 (0)