summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2018-05-13 18:33:54 +0200
committerSiri Reiter <siri@jones.dk>2018-05-13 18:33:54 +0200
commit24f735dcb26024e9ef04fb8c562d71ea5fe97a46 (patch)
treeb97e35cc0a1b210789be3dfc642a586bb132ac32 /style.scss
parent9017ab7226622276832a0023f268047587456cad (diff)
Drop max line width for both content and deco images.
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/style.scss b/style.scss
index 439c0a6..f8c53e7 100644
--- a/style.scss
+++ b/style.scss
@@ -251,7 +251,7 @@ body {
min-height: 480px;
// width: (100% - $blockMid-marginBoth - $blockLeft-fullwidth - $blockRight-fullwidth);
width: 68%;
- max-width: 72em;
+// max-width: 72em;
// margin: 2% ($blockMid-marginRight + $blockRight-fullwidth) 2% ($blockMid-marginLeft + $blockLeft-fullwidth);
margin: 0;
padding: 2em 2%;
@@ -292,8 +292,8 @@ img.tall {
display: block;
clear: both;
float: right;
- width: 30%;
- max-width: 200px;
+ width: 20%;
+// max-width: 200px;
margin: 0;
padding: 0 0 1em 4%;
background-color: none;