aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-07-28 00:33:39 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-07-28 00:33:39 -0500
commit70b53f43989abbaf0b0bb76e8c7064ae9e97797d (patch)
tree5ea1c2e6273b7b4255e143e56ca96301ddead545 /assets
parent71254328d8932d789bb117df2a8ad0c614d50ada (diff)
downloadhugo-theme-tjkbasic-70b53f43989abbaf0b0bb76e8c7064ae9e97797d.tar.xz
hugo-theme-tjkbasic-70b53f43989abbaf0b0bb76e8c7064ae9e97797d.zip
table tweaks
Diffstat (limited to 'assets')
-rw-r--r--assets/stylesheets/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/stylesheets/style.css b/assets/stylesheets/style.css
index 7b300e8..9a7c041 100644
--- a/assets/stylesheets/style.css
+++ b/assets/stylesheets/style.css
@@ -147,7 +147,9 @@ img, figcaption {
/* tables */
table {
+ margin: auto;
border-collapse: collapse;
+ min-width: 60%;
}
tr:nth-child(even) {
@@ -161,7 +163,9 @@ th {
}
td:not(.img) {
- padding-inline: .75ex;
+ padding: .5rem .75ex;
+ vertical-align: top;
+ line-height 1.25em;
}
td:not(:last-child) {