From 5170451f5e0455cddd5c2ecc1993c6fd6b8c29e4 Mon Sep 17 00:00:00 2001 From: hryxl <96338191+hryxl@users.noreply.github.com> Date: Mon, 21 Mar 2022 12:39:17 +0300 Subject: [PATCH] Update header.css --- app/static/css/header.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/static/css/header.css b/app/static/css/header.css index 71a9652..f25f457 100644 --- a/app/static/css/header.css +++ b/app/static/css/header.css @@ -14,11 +14,11 @@ header { } .mobile-logo { - inline-block + display: inline-block; justify-content: left; align-items: left; - position: absolute; - right: 150px; + position: relative; + right: 50px; } .logo-div {