summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@pjones.dk>2023-10-08 14:39:32 +0200
committerSiri Reiter <siri@pjones.dk>2023-10-08 14:39:32 +0200
commit643ee4c19bdedc93faf0561212d5bcbe093447e0 (patch)
treeafa2515e37f7418f447bc21c4833172fcde513a9
parente46f626a17e61653a8051ed8220aa406856c2967 (diff)
set max-width of main content
-rw-r--r--style.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/style.scss b/style.scss
index 8e2258b..4fe12cd 100644
--- a/style.scss
+++ b/style.scss
@@ -233,12 +233,14 @@ blockquote {
min-height: 480px;
// width: (100% - $blockMid-marginBoth - $blockLeft-fullwidth - $blockRight-fullwidth);
width: 68%;
-// max-width: 64em;
// margin: 2% ($blockMid-marginRight + $blockRight-fullwidth) 2% ($blockMid-marginLeft + $blockLeft-fullwidth);
margin: 0;
padding: 2em 2%;
text-align: left;
background-color: none;
+ p {
+ max-width: 52em;
+ }
}
.notebox {