0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Adjust settings menu active state media query

Closes #68
This commit is contained in:
Paul Adam Davis 2014-07-13 13:27:57 +01:00
parent 5f3edc9082
commit 9bf681ddf9
2 changed files with 2 additions and 2 deletions

View file

@ -139,7 +139,7 @@
} }
&.active { &.active {
@media (min-width: 1001px) { @media (min-width: 801px) {
// only apply active styles on larger devices // only apply active styles on larger devices
margin-right: 0; margin-right: 0;

File diff suppressed because one or more lines are too long