Skip to content

Commit

Permalink
fix masthead styles
Browse files Browse the repository at this point in the history
  • Loading branch information
limptwiglet committed Jan 9, 2024
1 parent 52890a8 commit f8b8b76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions extra_sass/_masthead.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@
animation: intro 0.3s both;
animation-delay: 0.15s;
z-index: 20;
max-width: 1280px;
margin: 0 auto;
padding: 12px 0;
max-width: 61rem;
display: grid;
grid-template-columns: 254px 1fr auto;
font-size: 16px;
line-height: 24px;
align-items: center;
font-family: "DMSans";
font-family: "DM Sans";
}

.masthead__nav {
Expand Down
2 changes: 1 addition & 1 deletion extra_sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/* system typefaces */
$serif: Georgia, Times, serif;
$sans-serif: "DMSans", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial,
$sans-serif: "DM Sans", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial,
sans-serif;
$monospace: "Source Code Pro", Monaco, Consolas, "Lucida Console", monospace;

Expand Down

0 comments on commit f8b8b76

Please sign in to comment.