diff --git a/custom/themes/the_loyalist_collection/src/scss/overrides/_navbar.scss b/custom/themes/the_loyalist_collection/src/scss/overrides/_navbar.scss index 9f1e771..fafa022 100644 --- a/custom/themes/the_loyalist_collection/src/scss/overrides/_navbar.scss +++ b/custom/themes/the_loyalist_collection/src/scss/overrides/_navbar.scss @@ -3,8 +3,8 @@ a.site-title { color: var(--bs-nav-link-color); - font-size: $spacer * 2; - line-height: 1; + font-size: $spacer * 1.75; + line-height: 1.1; // Offset BS5 nav.branding boundary space characters re: wrap. margin-left: $spacer * -0.25; padding: $spacer * 0.25;