From aef5c5f1fd05ebce159eb8eec0118b11ed302514 Mon Sep 17 00:00:00 2001 From: arturu Date: Fri, 14 Jul 2023 16:51:59 +0200 Subject: [PATCH] Fix(scss): r-engineering vol.20, fix anonymous user icon --- src/scss/custom/layout/_header.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/scss/custom/layout/_header.scss b/src/scss/custom/layout/_header.scss index cc4d2da0..7e7eafea 100644 --- a/src/scss/custom/layout/_header.scss +++ b/src/scss/custom/layout/_header.scss @@ -13,6 +13,12 @@ } } @include media-breakpoint-down(lg) { + .it-header-slim-right-zone { + .btn-full { + margin-top: inherit; + margin-bottom: inherit; + } + } a#dropdown-account { .rounded-icon { width: 2em;