From 851f9e0f67f5581119e0dc2379a3be5b17431ba5 Mon Sep 17 00:00:00 2001 From: Asaf Gartner Date: Thu, 20 Oct 2022 13:45:57 +0300 Subject: [PATCH] Fixed small logo css --- public/style.css | 7 ++----- src/rawdata/scss/_header.scss | 7 +------ src/templates/src/include/header.html | 4 ++-- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/public/style.css b/public/style.css index 6a1df6c..913e780 100644 --- a/public/style.css +++ b/public/style.css @@ -8801,15 +8801,12 @@ header .hmn-logo { width: 3.75rem; padding: 0.8rem; text-align: justify; + text-align-last: justify; text-justify: inter-character; flex-direction: column; font-size: 1rem; line-height: 1em; - align-items: stretch; } - header .hmn-logo.small div::after { - content: ''; - display: inline-block; - width: 100%; } } + align-items: stretch; } } header .items { position: relative; } diff --git a/src/rawdata/scss/_header.scss b/src/rawdata/scss/_header.scss index 33f4cd9..b407291 100644 --- a/src/rawdata/scss/_header.scss +++ b/src/rawdata/scss/_header.scss @@ -24,17 +24,12 @@ header { width: $logo-height; padding: 0.8rem; text-align: justify; + text-align-last: justify; text-justify: inter-character; flex-direction: column; font-size: 1rem; line-height: 1em; align-items: stretch; - - div::after { - content: ''; - display: inline-block; - width: 100%; - } } } } diff --git a/src/templates/src/include/header.html b/src/templates/src/include/header.html index 1bc8687..261f3a5 100644 --- a/src/templates/src/include/header.html +++ b/src/templates/src/include/header.html @@ -30,8 +30,8 @@ {{ $itemsClass := "items self-stretch flex items-center justify-center justify-start-ns ml2-ns ml3-l" }} {{ if .Header.Project }}

{{ .Project.Name }}