fix: move hamburger menu after CV icon and change section icons to dark gray
**Position Fix:** - Moved hamburger button to appear after the CV icon instead of before - Order is now: CV icon → Hamburger → Title → Language selector - Updated margin to 0 0.5rem for proper spacing between elements **Icon Color Fix:** - Changed section title icons from blue (--accent-blue) to dark gray (--text-gray) - Maintains consistency with overall design - Menu item icons still use gray by default, blue on hover
This commit is contained in:
+2
-2
@@ -1540,7 +1540,7 @@ a:focus {
|
||||
justify-content: center;
|
||||
transition: background-color 0.2s ease;
|
||||
border-radius: 4px;
|
||||
margin-right: 0.5rem;
|
||||
margin: 0 0.5rem;
|
||||
}
|
||||
|
||||
.hamburger-btn:hover {
|
||||
@@ -1608,7 +1608,7 @@ a:focus {
|
||||
.section-icon {
|
||||
vertical-align: middle;
|
||||
margin-right: 0.5rem;
|
||||
color: var(--accent-blue);
|
||||
color: var(--text-gray);
|
||||
}
|
||||
|
||||
/* Smooth scrolling */
|
||||
|
||||
Reference in New Issue
Block a user