aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-01-17 15:21:17 -0500
committerBradley Taunt <bt@btxx.org>2025-01-17 15:21:17 -0500
commitb50e749e0b02418f6a61ac0f3857c719c6ff358d (patch)
tree23f998ddbce7dcb4acd7da0f673bb01df4103cf5 /public
parent068badb857215f0e10500ddd29a8b335efe3b2bd (diff)
Fix table styling
Diffstat (limited to 'public')
-rw-r--r--public/style.css9
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;