Skip to content

Commit 20d4bd0

Browse files
000-785: extra navi level
1 parent ceae552 commit 20d4bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sass/_main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ $hero-darken: $dark !default;
9191
.navbar-item.has-dropdown .navbar-dropdown .navbar-item.has-dropdown > .navbar-link::after {
9292
content: ""; /* Right-pointing arrow */
9393
color: rgba(255, 255, 255, 0.5); /* White arrow, almost transparent */
94-
margin-left: 1rem; /* Increased spacing from the text */
94+
margin-left: 5rem; /* Increased spacing from the text */
9595
font-size: 0.9rem; /* Slightly smaller size */
9696
}
9797

9898
/* Fix text indentation to match other second-level items */
9999
.navbar-item.has-dropdown .navbar-dropdown .navbar-item.has-dropdown > .navbar-link {
100100
text-indent: 0; /* Remove indentation */
101-
padding-left: 1rem; /* Align padding with other items */
101+
padding-left: 0rem; /* Align padding with other items */
102102
}
103103

0 commit comments

Comments
 (0)