From 8f1d97966cdc17864ef3b8b5383edb406b73bc22 Mon Sep 17 00:00:00 2001 From: hryxl <96338191+hryxl@users.noreply.github.com> Date: Mon, 21 Mar 2022 13:01:49 +0300 Subject: [PATCH] Update header.css --- app/static/css/header.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/css/header.css b/app/static/css/header.css index a52181a..9604ad1 100644 --- a/app/static/css/header.css +++ b/app/static/css/header.css @@ -17,8 +17,8 @@ header { font: 22px/36px Futura, Arial, sans-serif; padding-left: 5px; display: flex; - justify-content: center; - align-items: center; + justify-content: start; + align-items: stretch; } .logo-div {