diff options
author | Siri Reiter <siri@pjones.dk> | 2023-10-08 14:39:32 +0200 |
---|---|---|
committer | Siri Reiter <siri@pjones.dk> | 2023-10-08 14:39:32 +0200 |
commit | 643ee4c19bdedc93faf0561212d5bcbe093447e0 (patch) | |
tree | afa2515e37f7418f447bc21c4833172fcde513a9 /style.scss | |
parent | e46f626a17e61653a8051ed8220aa406856c2967 (diff) |
set max-width of main content
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 { |