Skip to content

Commit

Permalink
LOYALIST-56 Tweak navbar size re: font family update
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Nov 5, 2024
1 parent 7cdf817 commit 6e31af5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ $navbar-brand-image-height: 66px !default;
$navbar-brand-image-height-lg: 96px !default;
$navbar-brand-image-width: auto !default;
$navbar-brand-image-margin: 0 $spacer 0 0 !default;
$navbar-brand-site-title-text-transform: none !default;
$navbar-brand-site-title-font-size: $spacer * 1.5 !default;
$navbar-brand-site-title-font-weight: bold !default;
$navbar-brand-site-title-letter-spacing: 2px !default;
$navbar-brand-site-slogan-font-size: .875rem !default;
$region-padding: 0 $spacer * 0.5rem!default;
$striping-color: #f6f7f9;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

a.site-title {
color: var(--bs-nav-link-color);
font-size: $spacer * 1.75;
line-height: 1.1;
// Offset BS5 nav.branding boundary space characters re: wrap.
margin-left: $spacer * -0.25;
Expand All @@ -29,6 +28,11 @@
height: 77px;
margin-right: $spacer * 0.66;
}

.site-title {
font-size: $font-size-base * 1.3;
letter-spacing: 1px;
}
}

.navbar .navbar-brand {
Expand All @@ -53,16 +57,17 @@
.site-logo {
margin-right: $spacer * 1.25;
}
.site-title {
font-size: $font-size-base * 2.25;
}
}
}
}

.navbar {
.nav-main-menu {
flex: 0 0 auto;

.nav-link {
font-size: 90%;
}
}

a,
Expand Down

0 comments on commit 6e31af5

Please sign in to comment.