mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Fix alignment on burger menu button
This commit is contained in:
parent
ddb6230d4e
commit
e13ad9ac66
1 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@
|
|||
@include icon($i-menu, 18px) {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 22px;
|
||||
left: 12px;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Reference in a new issue