From 170bbdc59476fdc17fa4b97448826b739a7000ed Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 7 May 2023 14:02:30 +0200 Subject: [PATCH] Style: zichtbare content breder, bestaande was te smal --- themes/nluug/assets/scss/styles.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/nluug/assets/scss/styles.scss b/themes/nluug/assets/scss/styles.scss index e71ad93..8a65732 100644 --- a/themes/nluug/assets/scss/styles.scss +++ b/themes/nluug/assets/scss/styles.scss @@ -9,7 +9,7 @@ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding: 2rem; - background: hsla(93, 0%, 96%, 1.00); + // background: hsla(93, 0%, 96%, 1.00); color: #000; } @@ -115,7 +115,7 @@ ul, ol { } .content { - max-width: 70ch; + max-width: 800px; margin: 0 auto; // text-align: justify; } @@ -246,4 +246,4 @@ img { margin: -10px 0 0 15px; float: right; border-radius: 50%; -} \ No newline at end of file +}