diff options
| author | Bradley Taunt <bt@btxx.org> | 2025-01-17 15:29:25 -0500 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2025-01-17 15:29:25 -0500 |
| commit | ef01a2c43b15fbf8459b9239f68197bdfb761c74 (patch) | |
| tree | 2174995e844564293faf4881a73652caeca29b51 /public/style.css | |
| parent | b50e749e0b02418f6a61ac0f3857c719c6ff358d (diff) | |
Extra table margins
Diffstat (limited to 'public/style.css')
| -rw-r--r-- | public/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css index dc02554..e0c6be5 100644 --- a/public/style.css +++ b/public/style.css @@ -77,7 +77,7 @@ blockquote { } table { - margin: 1.5rem 0; + margin: 2rem 0; text-align: left; width: 100%; } |
