diff options
author | Siri Reiter <siri@jones.dk> | 2015-12-28 16:54:13 +0530 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2015-12-28 16:54:13 +0530 |
commit | 20b4b47630955a12f86844eed96882a5ee732af0 (patch) | |
tree | 3e8b6d4adb87be96dedb7c92f8dc05d96738520f /local.scss | |
parent | 18f67ce32ad04157b3736c33c1178009bae7abff (diff) |
Decrease content margin left (via wrapper pagebody).
Diffstat (limited to 'local.scss')
-rw-r--r-- | local.scss | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -94,7 +94,7 @@ a { float: left; margin: 1em 5% 4.2em; @include breakpoint($large-desktop) { - margin-left: 25%; + margin-left: 15%; } } @@ -209,3 +209,18 @@ a { .pageheader .actions ul { border-bottom: 0; } + +@media screen and (max-width: 980px) { + .page { + background: yellow; + } +} +@media screen and (max-width: 700px) { + .page { + background: green; + } +}@media screen and (max-width: 480px) { + .page { + background: red; + } +} |