From 18de03cac25b80c2a480824b1baf85e34fb9ce8e Mon Sep 17 00:00:00 2001 From: OMN Date: Mon, 4 Jan 2021 14:42:53 +0000 Subject: [PATCH] Update CSS --- base.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base.css b/base.css index 74d3e9d9..efc2a885 100644 --- a/base.css +++ b/base.css @@ -2562,7 +2562,7 @@ ul.button-bar{ width: auto; } -form { +body > form { margin: 1em; } @@ -2575,7 +2575,7 @@ input[type="text"], input[type="password"] { font-size: var(--font-size-base); } -article { +body > article { margin: 1em; } @@ -2684,7 +2684,7 @@ article .media .attachment { width: 20%; } - form, article { + body > form, body > article { margin: 0 auto; width: 800px; }