summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2014-11-26 22:29:22 +0100
committerSiri Reiter <siri@jones.dk>2014-11-26 22:29:22 +0100
commit5cf2f3b3d196cdab0aadf3953216dc8b32644738 (patch)
treec12c959b16e6e13c61b112ffe3d181e285b3d2ab
parent623ce3438b89e1326eadb707f3713451df7d984d (diff)
Improve page styling: larger page margin, and avoid content margin.
-rw-r--r--local.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/local.scss b/local.scss
index e434dff..cea9c0e 100644
--- a/local.scss
+++ b/local.scss
@@ -62,7 +62,7 @@ body {
*/
@page {
- margin: 3em;
+ margin: 2cm;
}
div.header span {
@@ -156,7 +156,9 @@ div#pagebody {
}
div#content {
- margin: 2% 25% 15% 25%;
+ @media not print {
+ margin: 2% 25% 15% 25%;
+ }
padding: 0;
max-width: 55em;
}