From 878806081b5da10a4e851a9258a67a16a73f9d9c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 26 Apr 2023 22:49:30 +0300 Subject: margin and padding --- extras/html/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extras/html') diff --git a/extras/html/style.css b/extras/html/style.css index e460a61..0001a3a 100644 --- a/extras/html/style.css +++ b/extras/html/style.css @@ -21,8 +21,8 @@ body { font-family: text; max-width: 1024px; - padding: 0 20px; - margin:0 auto; + padding: 20px 20px; + margin: 20px auto; border-image: linear-gradient(#f6b73c, #4d9f0c) 30; border-width: 1px; border-style: solid; -- cgit v1.2.3