Skip to content

Commit

Permalink
Change to rem for font size
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingrobot committed Dec 21, 2023
1 parent 3d825a6 commit dfb54c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/hyde-hyde-hyde-zola/sass/hyde-hyde/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ $h5-font-size:1rem;

// topbar
$topbar-color: #0d3a58;
$topbar-title-font-size: 28px;
$topbar-links-font-size: 23px;
$topbar-title-font-size: 1.5rem;
$topbar-links-font-size: 1rem;
$topbar-height: 3rem;
$topbar-offset: 1rem;

Expand Down

0 comments on commit dfb54c5

Please sign in to comment.