From ab9ef8f46ea4e11325dcda57c8abcadf419dd578 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sat, 14 Sep 2024 17:26:21 -0500 Subject: [PATCH] Minor UI updates, free space for later additions --- static/index.html | 2 +- static/style.css | 11 ++--------- 2 files changed, 3 insertions(+), 10 deletions(-) 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;