diff options
| author | Bradley Taunt <bt@btxx.org> | 2025-01-17 15:21:17 -0500 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2025-01-17 15:21:17 -0500 |
| commit | b50e749e0b02418f6a61ac0f3857c719c6ff358d (patch) | |
| tree | 23f998ddbce7dcb4acd7da0f673bb01df4103cf5 /public/style.css | |
| parent | 068badb857215f0e10500ddd29a8b335efe3b2bd (diff) | |
Fix table styling
Diffstat (limited to 'public/style.css')
| -rw-r--r-- | public/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css index 58e63c7..dc02554 100644 --- a/public/style.css +++ b/public/style.css @@ -76,6 +76,15 @@ blockquote { padding-left: 10px; } +table { + margin: 1.5rem 0; + text-align: left; + width: 100%; +} +table caption { + text-align: left; +} + h1 { font-size: 28px; line-height: 1.2; |
