diff --git a/static/general.css b/static/general.css index 4bbb137..b14ef26 100644 --- a/static/general.css +++ b/static/general.css @@ -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 {