Skip to content

Commit

Permalink
💄 Fix the nav-title font
Browse files Browse the repository at this point in the history
  • Loading branch information
stracker-phil committed Jan 23, 2025
1 parent fbb4420 commit 74cb182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@include font(16, 24, 600);
color: var(--color-text);

.ppcp--title {
.ppcp--nav-title {
margin-left: 18px;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const TopNavigation = ( {
const className = classNames( 'ppcp-r-navigation-container', {
'ppcp--is-scrolled': isScrolled,
} );
const titleClassName = classNames( 'ppcp--title', {
const titleClassName = classNames( 'ppcp--nav-title', {
'ppcp--big': isMainTitle,
} );

Expand Down

0 comments on commit 74cb182

Please sign in to comment.