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;