Fix styling on pages with a narrow table

This commit is contained in:
Daniel Parks 2017-09-11 18:53:16 -07:00
parent 80819e54dd
commit c0b6f87bba
No known key found for this signature in database
GPG key ID: 7335138B2B9829EB

View file

@ -20,9 +20,11 @@ a:hover {
main {
float: left; /* Ensure this expands to contain the table. */
min-width: 100%;
box-sizing: border-box;
padding: 1em 1em 3em 1em;
border-top: 3px solid #000;
border-bottom: 3px solid #000;
padding: 1em 1em 3em 1em;
}
footer {