From b50e749e0b02418f6a61ac0f3857c719c6ff358d Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Fri, 17 Jan 2025 15:21:17 -0500 Subject: Fix table styling --- public/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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; -- cgit v1.2.3-70-g09d2