Adjust logo text after the font change

This commit is contained in:
2023-11-06 17:09:35 +00:00
parent 26950a7bd4
commit 9e6ba73a59

View File

@@ -108,12 +108,6 @@ address {
transition: all 0.2s; transition: all 0.2s;
} }
.site-logo-text {
font-size: .9em;
line-height: 1.1;
font-family: 'Transport Medium';
}
// ------------------------------------------------------- // -------------------------------------------------------
//Navigation //Navigation
// ------------------------------------------------------- // -------------------------------------------------------
@@ -144,8 +138,17 @@ address {
.site-logo { .site-logo {
max-height:3rem!important; max-height:3rem!important;
&-text {
font-size: 1.1em;
line-height: 1.1;
font-family: 'Transport Medium';
}
} }
// ------------------------------------------------------- // -------------------------------------------------------
// Page Modules // Page Modules
// ------------------------------------------------------- // -------------------------------------------------------