💄 Fix the nav-title font

This commit is contained in:
Philipp Stracker 2025-01-23 19:54:17 +01:00
parent fbb4420b80
commit 74cb182565
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@
@include font(16, 24, 600);
color: var(--color-text);
.ppcp--title {
.ppcp--nav-title {
margin-left: 18px;
}

View file

@ -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,
} );