summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2015-12-28 16:54:13 +0530
committerSiri Reiter <siri@jones.dk>2015-12-28 16:54:13 +0530
commit20b4b47630955a12f86844eed96882a5ee732af0 (patch)
tree3e8b6d4adb87be96dedb7c92f8dc05d96738520f
parent18f67ce32ad04157b3736c33c1178009bae7abff (diff)
Decrease content margin left (via wrapper pagebody).
-rw-r--r--local.scss17
1 files changed, 16 insertions, 1 deletions
diff --git a/local.scss b/local.scss
index a7617f6..bd27729 100644
--- a/local.scss
+++ b/local.scss
@@ -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;
+ }
+}