From 89567e8783693a857bdb9b3bb468327e16c6e54f Mon Sep 17 00:00:00 2001 From: hryxl <96338191+hryxl@users.noreply.github.com> Date: Mon, 21 Mar 2022 10:22:31 +0300 Subject: [PATCH] Update main.css --- app/static/css/main.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/app/static/css/main.css b/app/static/css/main.css index e84133a..d2d2c38 100644 --- a/app/static/css/main.css +++ b/app/static/css/main.css @@ -4,7 +4,9 @@ body { .logo { width: 80%; - display: block; + display: flex; + justify-content: center; + align-items: center; margin: auto; padding-bottom: 10px; } @@ -139,13 +141,17 @@ footer { } .whoogle-logo { - display: none; + display: flex; + justify-content: center; + align-items: center; } .whoogle-svg { width: 80%; height: initial; - display: block; + display: flex; + justify-content: center; + align-items: center; margin: auto; padding-bottom: 10px; }