Skip to content

Commit

Permalink
tweak font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
flxzt committed Dec 15, 2023
1 parent 9087f3b commit 51239dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions sass/parts/_headers.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.item-title {
margin-bottom: 0.4em;
margin-bottom: 0.2em;
}

.item-title:before {
Expand All @@ -19,7 +19,7 @@
font-family: var(--header-font);
font-size: 2.4em;
line-height: 100%;
margin: 0.5em 16px 0.2em 16px;
margin: 0.6em 16px 0.2em 16px;
}

.link-title {
Expand All @@ -36,7 +36,7 @@ h4,
h5,
h6 {
font-family: var(--header-font);
font-size: 1.4rem;
font-size: 1.3rem;
margin-top: 1.5em;
}

Expand Down
2 changes: 1 addition & 1 deletion sass/parts/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ header {

.site-title {
flex-grow: 0;
font-size: 1.4rem;
font-size: 1.3rem;
}

.socials {
Expand Down

0 comments on commit 51239dd

Please sign in to comment.