From a0a380199b35534a486aae5b3a5a9ff7b7e7e469 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Tue, 30 May 2023 12:07:05 +0200 Subject: [PATCH] est-ensemble: adjust header logo position (#77828) --- static/est-ensemble/_custom.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/est-ensemble/_custom.scss b/static/est-ensemble/_custom.scss index b23f4d95..4d00e967 100644 --- a/static/est-ensemble/_custom.scss +++ b/static/est-ensemble/_custom.scss @@ -8,6 +8,16 @@ body { } } +#header { + display: flex; + align-items: center; + @media ($min-desktop-viewport) { + h1.has-logo { + margin-left: 20px; + } + } +} + div#main-content-wrapper { @media ($max-mobile-viewport) { margin-top: 5px; -- 2.39.2