From aa1a5cb965caab15e08cc2edadd5510eeaf6715e Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Wed, 22 Apr 2020 02:00:48 -0500 Subject: [PATCH] make the screen wider --- fedhub/static/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedhub/static/main.css b/fedhub/static/main.css index 7ec2516..46fd756 100644 --- a/fedhub/static/main.css +++ b/fedhub/static/main.css @@ -7,7 +7,7 @@ } body { - max-width: 850px; + max-width: 980px; margin: auto; min-height: 100%; padding-bottom: 20px; @@ -97,4 +97,4 @@ table.striped tr:nth-child(even) { .right-justified { text-align: right; -} \ No newline at end of file +}