Skip to content

Commit

Permalink
fix mobile brand header title
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgalanis committed Aug 1, 2024
1 parent 5f50fbf commit 7b80027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/templates/application.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<header id="brand-header" class="navbar navbar-expand-xs justify-content-center mb-0">
<div class={{if this.fullWidth "container-fluid" "container"}}>
<a href="/" class="navbar-brand d-none d-sm-block">
<h3 id="brand-header-title" class="font-weight-light">
<h3 class="brand-header-title font-weight-light">
Public Access Submission System
</h3>
</a>
<a href="/" class="navbar-brand custom-color d-xs-block d-sm-none">
<h3 class="font-weight-light">
<h3 class="brand-header-title font-weight-light">
P.A.S.S.
</h3>
</a>
Expand Down
2 changes: 1 addition & 1 deletion public/branding.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ a.text-danger:hover {
color: white;
}

#brand-header-title {
.brand-header-title {
color: white;
}

Expand Down

0 comments on commit 7b80027

Please sign in to comment.