summaryrefslogtreecommitdiff
path: root/local.scss
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2017-09-10 20:20:31 +0200
committerSiri Reiter <siri@jones.dk>2017-09-10 20:20:31 +0200
commitd0aaaecf20c3f15529aafe5ee30a92e5ff7065ee (patch)
tree091e05b56f1186ef22691986757fcdf56201e79c /local.scss
parent20b4b47630955a12f86844eed96882a5ee732af0 (diff)
Responsive design copied from bm styling.
Diffstat (limited to 'local.scss')
-rw-r--r--local.scss29
1 files changed, 19 insertions, 10 deletions
diff --git a/local.scss b/local.scss
index bd27729..2322f49 100644
--- a/local.scss
+++ b/local.scss
@@ -210,17 +210,26 @@ a {
border-bottom: 0;
}
-@media screen and (max-width: 980px) {
- .page {
- background: yellow;
+//Responsive design
+
+@media screen and (max-width: 480px) {
+ div#content {
+ max-width: 96%;
+ margin: 0;
+ padding: 0 4%;
}
-}
-@media screen and (max-width: 700px) {
- .page {
- background: green;
+ div.inlinepage {
+ margin: 0;
+ }
+ div.farbar {
+ width: 96%;
+ margin-left: 0;
+ padding: 0 4%;
}
-}@media screen and (max-width: 480px) {
- .page {
- background: red;
+ div.sidebar {
+ float: none;
+ width: 96%;
+ margin-left: 0;
+ padding: 0 4%;
}
}