From 1d74b2303e41fb7aeaf2a2fef7aa09dd8da9ba70 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Thu, 30 Mar 2023 05:03:42 -0400 Subject: [PATCH] minor visual fix (hopefully?) --- static/css/theme.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index 23b4568..55ad016 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -34,7 +34,7 @@ footer { align-items: center; justify-content: flex-start; flex-wrap: nowrap; - padding:5px; + padding:15px; text-align: center; } @@ -44,6 +44,8 @@ main { align-items: center; width: 60vw; max-width: 60vw; + padding-left:1rem; + padding-right:1rem; } nav { @@ -91,8 +93,9 @@ nav a { } main { max-width: unset; - width:100%; + width:95vw; align-items: center; + margin:5px; } } @@ -302,6 +305,7 @@ hr{ margin:0; margin-top:1rem; margin-bottom:1rem; + max-width:95vw; } blockquote {