From 9e6ba73a5911049ecaa877ca1f9821431e412954 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 6 Nov 2023 17:09:35 +0000 Subject: [PATCH] Adjust logo text after the font change --- themes/lhs/assets/sass/leighhack.scss | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/themes/lhs/assets/sass/leighhack.scss b/themes/lhs/assets/sass/leighhack.scss index 100a4d1..de303cd 100644 --- a/themes/lhs/assets/sass/leighhack.scss +++ b/themes/lhs/assets/sass/leighhack.scss @@ -108,12 +108,6 @@ address { transition: all 0.2s; } -.site-logo-text { - font-size: .9em; - line-height: 1.1; - font-family: 'Transport Medium'; -} - // ------------------------------------------------------- //Navigation // ------------------------------------------------------- @@ -144,8 +138,17 @@ address { .site-logo { max-height:3rem!important; + + &-text { + font-size: 1.1em; + line-height: 1.1; + font-family: 'Transport Medium'; + } } + + + // ------------------------------------------------------- // Page Modules // -------------------------------------------------------