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 // -------------------------------------------------------