summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2026-06-30 19:25:51 -0400
committermjfernez <mjf@mjfer.net>2026-06-30 19:25:51 -0400
commit68f46e5d75047fad6f656e6a5c7b99fd1bfd0cc3 (patch)
tree34e3381c054094d828c7aff2ca74bffba9336fb8 /static
parent77694491f930873a1951a6296222c663423738e2 (diff)
Fix CSS conflict
Tables weren't centering because I copied too much of pandoc
Diffstat (limited to 'static')
-rw-r--r--static/main.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/static/main.css b/static/main.css
index ba6c068..646a040 100644
--- a/static/main.css
+++ b/static/main.css
@@ -126,12 +126,9 @@ hr {
margin: 1em 0;
}
table {
- margin: 1em 0;
- border-collapse: collapse;
- width: 100%;
- overflow-x: auto;
- display: block;
- font-variant-numeric: lining-nums tabular-nums;
+ width: auto;
+ display: table;
+ margin: 1em auto;
}
table caption {
margin-bottom: 0.75em;