Even out top and bottom margins on the home page

This commit is contained in:
Daniel Parks 2017-09-12 09:27:37 -07:00
parent 78932d180b
commit 0aad418036
No known key found for this signature in database
GPG key ID: 7335138B2B9829EB

View file

@ -22,7 +22,7 @@ main {
float: left; /* Ensure this expands to contain the table. */ float: left; /* Ensure this expands to contain the table. */
min-width: 100%; min-width: 100%;
box-sizing: border-box; box-sizing: border-box;
padding: 1em 1em 3em 1em; padding: 1em;
border-top: 3px solid #000; border-top: 3px solid #000;
border-bottom: 3px solid #000; border-bottom: 3px solid #000;
} }
@ -87,6 +87,7 @@ h1 {
table { table {
min-width: 750px; min-width: 750px;
border-collapse: collapse; border-collapse: collapse;
margin: 1em 0 2em 0;
} }
th, td { th, td {