Skip to content

Commit

Permalink
Update css-generator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi authored Aug 7, 2024
1 parent 7c3c1e1 commit 79356ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/css-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2194,6 +2194,7 @@ function hovercraft_generate_css(){
font-family: <?php echo ucwords(str_replace("_", " ", $main_menu_font_family)); ?>;
font-size: <?php echo $main_menu_desktop_font_size; ?>px;
font-weight: 400;
text-transform: <?php echo $main_menu_text_transform; ?>;
display: inline-block;
padding: 10px 20px;
background: transparent;
Expand Down

0 comments on commit 79356ba

Please sign in to comment.