From 3ad773de20fc2315bcee27d7682f84ddd7d850e9 Mon Sep 17 00:00:00 2001 From: hryxl <96338191+hryxl@users.noreply.github.com> Date: Mon, 21 Mar 2022 12:09:22 +0300 Subject: [PATCH] Update header.css --- app/static/css/header.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/css/header.css b/app/static/css/header.css index d4dbc4c..005bc0a 100644 --- a/app/static/css/header.css +++ b/app/static/css/header.css @@ -14,7 +14,7 @@ header { } .mobile-logo { - display: block; + display: flex; justify-content: left; align-items: left; }