From 6123690792b13fef9c6558cf6aec9bb37e799f9d Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 25 Oct 2022 17:31:00 -0400 Subject: [PATCH] Make all tables full width --- themes/red/assets/css/site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/red/assets/css/site.css b/themes/red/assets/css/site.css index 2c17b23..8cb7005 100644 --- a/themes/red/assets/css/site.css +++ b/themes/red/assets/css/site.css @@ -88,4 +88,8 @@ footer { td { text-align: center; +} + +table { + width: 100%; } \ No newline at end of file