0
Fork 0
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:
John O'Nolan 2014-10-17 15:19:16 +02:00
parent ddb6230d4e
commit e13ad9ac66

View file

@ -142,7 +142,7 @@
@include icon($i-menu, 18px) {
position: absolute;
top: 50%;
left: 22px;
left: 12px;
transform: translateY(-50%);
}
display: block;
@ -176,4 +176,4 @@
@media (max-width: 900px) {
top: 44px;
}
}
}