From 643ee4c19bdedc93faf0561212d5bcbe093447e0 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 8 Oct 2023 14:39:32 +0200 Subject: set max-width of main content --- style.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'style.scss') 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 { -- cgit v1.2.3