cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

af9f5ab09c27be1b578d2712c43010786d95d357

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-04-14T01:10:08Z

fit tables to page width
 theme/static/styles.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/theme/static/styles.css b/theme/static/styles.css
index f296c7d..dbbeb70 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -392,6 +392,7 @@ table {
         Lucida Console,
         monospace;
     font-size: 0.9rem;
+    width: 100%;
 }
 
 thead,