From c477fdde8158976935caad2ca6b458aa8dbd9775 Mon Sep 17 00:00:00 2001 From: druid <druid@druids-MacBook-Pro-2.local> Date: Thu, 4 Feb 2021 14:38:20 +0200 Subject: [PATCH] footer logo render in one line --- src/components/footer/hy-footer-base/hy-footer-base.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/footer/hy-footer-base/hy-footer-base.scss b/src/components/footer/hy-footer-base/hy-footer-base.scss index c6e65d5d..ca797049 100644 --- a/src/components/footer/hy-footer-base/hy-footer-base.scss +++ b/src/components/footer/hy-footer-base/hy-footer-base.scss @@ -54,6 +54,11 @@ font-family: var(--main-font-family); font-weight: bold; letter-spacing: -0.9px; + + .hy-site-logo__label { + min-width: max-content; + max-width: max-content; + } } &__content { -- GitLab