From 70efec8ff944bd44087f59b8c92154261b4ef819 Mon Sep 17 00:00:00 2001 From: hryxl <96338191+hryxl@users.noreply.github.com> Date: Mon, 21 Mar 2022 13:17:43 +0300 Subject: [PATCH] Update header.css --- app/static/css/header.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/static/css/header.css b/app/static/css/header.css index a739496..54c0e8c 100644 --- a/app/static/css/header.css +++ b/app/static/css/header.css @@ -19,6 +19,8 @@ header { display: flex; justify-content: start; align-items: start; + position: relative; + right: 100px; } .logo-div {