mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Tweak breakpoint
This commit is contained in:
parent
51df11c1a4
commit
bc3b3b8669
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue