From f79d9fc1e005c652450e4db7df606f2959eb2694 Mon Sep 17 00:00:00 2001 From: hryxl <96338191+hryxl@users.noreply.github.com> Date: Mon, 21 Mar 2022 10:25:51 +0300 Subject: [PATCH] Update main.css --- app/static/css/main.css | 37 ++++++++++--------------------------- 1 file changed, 10 insertions(+), 27 deletions(-) diff --git a/app/static/css/main.css b/app/static/css/main.css index d2d2c38..71c5996 100644 --- a/app/static/css/main.css +++ b/app/static/css/main.css @@ -4,15 +4,19 @@ body { .logo { width: 80%; - display: flex; - justify-content: center; + display: block; + align-content: center; + text-align: center; align-items: center; - margin: auto; - padding-bottom: 10px; + margin-bottom: 20px; } .logo-container { max-height: 500px; + align-content: center; + text-align: center; + align-items: center; + margin-bottom: 20px; } .home-search { @@ -63,15 +67,6 @@ body { -webkit-appearance: none; } -.config-options { - max-height: 370px; - overflow-y: scroll; -} - -.config-buttons { - max-height: 30px; -} - .config-div { padding: 5px; } @@ -141,17 +136,12 @@ footer { } .whoogle-logo { - display: flex; - justify-content: center; - align-items: center; + display: none; } .whoogle-svg { width: 80%; - height: initial; - display: flex; - justify-content: center; - align-items: center; + display: block; margin: auto; padding-bottom: 10px; } @@ -183,10 +173,3 @@ details summary { padding: 10px; font-weight: bold; } - -/* Mobile styles */ -@media (max-width: 1000px) { - select { - width: 100%; - } -}