diff options
| author | Paul Buetow <paul@buetow.org> | 2023-04-26 22:49:30 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-04-26 22:49:30 +0300 |
| commit | 878806081b5da10a4e851a9258a67a16a73f9d9c (patch) | |
| tree | edf42b39347a24fe229bc75ffc1de1d0035013aa | |
| parent | 4d03575eaaeebf8046367a4ab1a3621c3e9e9540 (diff) | |
margin and padding
| -rw-r--r-- | extras/html/style.css | 4 |
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; |
