diff options
author | Bradley Taunt <brad@bt.ht> | 2023-12-25 13:35:53 -0500 |
---|---|---|
committer | Bradley Taunt <brad@bt.ht> | 2023-12-25 13:35:53 -0500 |
commit | 80a009190b333d02e5adb5fdebe1276321c9d128 (patch) | |
tree | a6d047c356c15e922c6a1b04c8b751455c3ee146 | |
parent | 294b0d253a22e9783aaffe737f966a31bfcc8045 (diff) |
Full width tables
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ img{height:auto;max-width:100%;} h1{font-size:2.2rem;} h2{font-size:1.4rem;} h3{font-size:1.2rem;} -table{border-collapse:collapse;text-align:left;} +table{border-collapse:collapse;text-align:left;width:100%;} table tr{border-bottom:1px solid;} table td{padding:8px;} #pagebody{margin:0 auto;max-width:900px;} |