Skip to content

Commit

Permalink
fixing menu fonts
Browse files Browse the repository at this point in the history
Signed-off-by: mat-0 <[email protected]>
  • Loading branch information
mat-0 committed Jan 29, 2025
1 parent b022b1e commit 3f1b94a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,15 @@ body {

.blog-slogan {
margin-top: 0;
text-transform: lowercase;
font-variant: small-caps;
font-variant-caps: all-petite-caps;
color: $secondary;
margin-left: 2px;
margin-bottom: 0;
}

.blog-menu {
margin-top: 0;
text-transform: lowercase;
font-variant: small-caps;
font-variant-caps: all-petite-caps;
margin-left: 2px;
margin-bottom: 30px;
color: $accent;
Expand Down

0 comments on commit 3f1b94a

Please sign in to comment.