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