From f532a83d6ea9745ae7946aba152e7481e6cadbe1 Mon Sep 17 00:00:00 2001 From: hryxl <96338191+hryxl@users.noreply.github.com> Date: Mon, 21 Mar 2022 12:33:38 +0300 Subject: [PATCH] Update header.css --- app/static/css/header.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/static/css/header.css b/app/static/css/header.css index b214655..d0f572d 100644 --- a/app/static/css/header.css +++ b/app/static/css/header.css @@ -14,9 +14,11 @@ header { } .mobile-logo { - display: flex; + display: block; justify-content: left; align-items: left; + position: absolute; + left: 70px; } .logo-div {