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 +}