From 0aad4180366a2bd47e8fe24b38b87c0b1cccd991 Mon Sep 17 00:00:00 2001 From: Daniel Parks Date: Tue, 12 Sep 2017 09:27:37 -0700 Subject: [PATCH] Even out top and bottom margins on the home page --- static/general.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/general.css b/static/general.css index b14ef26..f941a5e 100644 --- a/static/general.css +++ b/static/general.css @@ -22,7 +22,7 @@ main { float: left; /* Ensure this expands to contain the table. */ min-width: 100%; box-sizing: border-box; - padding: 1em 1em 3em 1em; + padding: 1em; border-top: 3px solid #000; border-bottom: 3px solid #000; } @@ -87,6 +87,7 @@ h1 { table { min-width: 750px; border-collapse: collapse; + margin: 1em 0 2em 0; } th, td {