0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Tweak breakpoint

This commit is contained in:
John O'Nolan 2013-09-14 23:51:49 +01:00
parent 6a84f55763
commit b64415bd55

View file

@ -210,7 +210,7 @@
font-size: 1em; font-size: 1em;
@include breakpoint($netbook) { right:15px; } @include breakpoint($netbook) { right:15px; }
@include breakpoint($mobile) { @include breakpoint(650px) {
position: fixed; position: fixed;
top: 5px; top: 5px;
right: 4px; right: 4px;