diff --git a/static/index.html b/static/index.html index 97767a8..d83eaeb 100644 --- a/static/index.html +++ b/static/index.html @@ -41,7 +41,7 @@ - + diff --git a/static/style.css b/static/style.css index 8a6531c..4e3cab1 100644 --- a/static/style.css +++ b/static/style.css @@ -72,8 +72,8 @@ body { margin: auto; - display: flex; - align-items: center; + /* display: flex; + align-items: center; */ } .mainDiv { @@ -86,13 +86,6 @@ iframe { display: none; } -@media screen and (min-height: 500px) { - html, - body { - height: 100%; - } -} - select, input { font-size: 1.3rem;