Skip to content

Commit

Permalink
Reduce the default size of the site title in the header template part
Browse files Browse the repository at this point in the history
Fixes #326
  • Loading branch information
knice committed May 14, 2024
1 parent 56dd51a commit a42d29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parts/site-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="wp-block-columns">
<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"padding":{"right":"0"}}}} -->
<div class="wp-block-column is-vertically-aligned-center" style="padding-right:0">
<!-- wp:site-title {"level":0,"textColor":"white","fontSize":"seven"} /-->
<!-- wp:site-title {"level":0,"textColor":"white","fontSize":"six"} /-->
</div>
<!-- /wp:column -->

Expand All @@ -26,4 +26,4 @@
<div class="wp-block-group site-header__inner is-layout-constrained">
<!-- wp:acf/main-nav {"name":"acf/main-nav","mode":"preview"} /-->
</div>
<!-- /wp:group -->
<!-- /wp:group -->

0 comments on commit a42d29d

Please sign in to comment.