summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-04-26 22:49:30 +0300
committerPaul Buetow <paul@buetow.org>2023-04-26 22:49:30 +0300
commit878806081b5da10a4e851a9258a67a16a73f9d9c (patch)
treeedf42b39347a24fe229bc75ffc1de1d0035013aa
parent4d03575eaaeebf8046367a4ab1a3621c3e9e9540 (diff)
margin and padding
-rw-r--r--extras/html/style.css4
1 files changed, 2 insertions, 2 deletions
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;