From 16c44830cb873e2696f621f02cc250465ed67fa7 Mon Sep 17 00:00:00 2001 From: Nick Walton Date: Wed, 10 Apr 2019 18:15:49 -0600 Subject: [PATCH] small change --- static/style.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/static/style.css b/static/style.css index a39729f..bf00844 100644 --- a/static/style.css +++ b/static/style.css @@ -92,18 +92,13 @@ button { font-size:30px; } -@media screen and (min-width: 1000px) { - #buttons { - visibility: hidden; - display: none; - } -} /* Add a black background color to the top navigation */ .topnav { background-color: #000; overflow: hidden; - width:750px; + max-width: 800px; + width:80%; margin-left:auto; margin-right:auto;