Skip to content

Commit

Permalink
fix margin-top on middle center header option (#1970)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoboludo authored Sep 15, 2022
1 parent 44b0c2d commit 0a54646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -2282,7 +2282,7 @@ input[type='checkbox'] {
'navigation navigation navigation';
}

.header:not(.header--middle-left) .header__inline-menu {
.header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
margin-top: 1.05rem;
}
}
Expand Down

0 comments on commit 0a54646

Please sign in to comment.