From f2f27979215b9406d8a04f39214b5f844b80e312 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Thu, 28 Dec 2023 00:08:09 -0500 Subject: [PATCH] theme changes --- static/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/theme.css b/static/theme.css index cd22c12..dc9daa3 100644 --- a/static/theme.css +++ b/static/theme.css @@ -7,6 +7,7 @@ body { --theme-accent2: rgb(255, 226, 158); --theme-primary: white; --theme-secondary: black; + max-width: 100vw; } header { @@ -90,7 +91,7 @@ article p { article ul, article ol, article blockquote { - width: 100%; + width: 90%; margin-top: 5px; }