Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit b5ba562

Browse files
committed
fix mobile menu casing
1 parent 0364119 commit b5ba562

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

assets/css/layout/header.scss

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,14 @@
188188
padding-left: 10px;
189189
vertical-align: middle;
190190
}
191+
192+
.menu-item-header {
193+
text-transform: none;
194+
}
195+
}
196+
197+
.menu-item-header {
198+
text-transform: uppercase;
191199
}
192200

193201
.submenu {
@@ -468,14 +476,12 @@
468476

469477
.menu-item-header {
470478
color: #a3a3a3;
471-
text-transform: uppercase;
472479
}
473480

474481
// Change source ordering for user logo and username
475482
.user-menu .menu-item-header {
476483
position: relative;
477484
padding-right: 40px;
478-
text-transform: none;
479485

480486
.user-avatar {
481487
position: absolute;

0 commit comments

Comments
 (0)