diff options
| author | Bradley Taunt <bt@btxx.org> | 2025-01-17 15:47:43 -0500 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2025-01-17 15:47:43 -0500 |
| commit | ec70212871d2866feb57bc6e4584eb325b67834f (patch) | |
| tree | 23f998ddbce7dcb4acd7da0f673bb01df4103cf5 | |
| parent | ef01a2c43b15fbf8459b9239f68197bdfb761c74 (diff) | |
Revert "Extra table margins"
This reverts commit ef01a2c43b15fbf8459b9239f68197bdfb761c74.
| -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 e0c6be5..dc02554 100644 --- a/public/style.css +++ b/public/style.css @@ -77,7 +77,7 @@ blockquote { } table { - margin: 2rem 0; + margin: 1.5rem 0; text-align: left; width: 100%; } |
