From 5e2c4f5a6be7fa57504e900937727379aa77a6e2 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 11 Mar 2015 04:10:20 +0100 Subject: style: make tables 100% wide --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index 63e7d7b..3201365 100644 --- a/src/style.css +++ b/src/style.css @@ -115,6 +115,7 @@ blockquote:after { } table { + width: 100%; margin: 1rem auto; border: 2px solid gray; border-collapse: collapse; -- cgit v1.2.3-54-g00ecf