diff options
| author | Paul Buetow <paul@buetow.org> | 2023-04-26 22:36:48 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-04-26 22:36:48 +0300 |
| commit | 4d03575eaaeebf8046367a4ab1a3621c3e9e9540 (patch) | |
| tree | 7281e5518a237a2544b03daba66ea553262a1a10 /extras/html | |
| parent | 5f4a64e210ae376f7a686fc959edd07170a4ebfe (diff) | |
css: allign auto
Diffstat (limited to 'extras/html')
| -rw-r--r-- | extras/html/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/html/style.css b/extras/html/style.css index 7639916..e460a61 100644 --- a/extras/html/style.css +++ b/extras/html/style.css @@ -22,6 +22,7 @@ body { font-family: text; max-width: 1024px; padding: 0 20px; + margin:0 auto; border-image: linear-gradient(#f6b73c, #4d9f0c) 30; border-width: 1px; border-style: solid; |
