Skip to content

Commit

Permalink
Update font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Nov 18, 2021
1 parent d593630 commit 98eae06
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions videomaker/assets/theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions videomaker/sass/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

.wp-block-navigation.is-style-blockbase-navigation-improved-responsive {
&.is-responsive .is-menu-open.wp-block-navigation__responsive-container {
font-size: var(--wp--preset--font-size--large);
font-weight: 200;

.wp-block-navigation__container {
row-gap: 1rem;
}
Expand Down Expand Up @@ -32,5 +35,11 @@
ul.wp-block-social-links {
padding-bottom: calc( var(--wp--custom--gap--vertical) * 2 );
}

.wp-block-navigation__responsive-container-content .has-child { // Needed for specificity to beat the navigation block CSS
.wp-block-navigation__submenu-container {
font-size: var(--wp--preset--font-size--medium);
}
}
}
}

0 comments on commit 98eae06

Please sign in to comment.