Skip to content

Commit

Permalink
augment body font size to make all callers work
Browse files Browse the repository at this point in the history
  • Loading branch information
robindemourat committed Dec 3, 2024
1 parent 839cb8b commit dafa5e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Home/Home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
h2 {
font-weight: 400;
font-style: italic;
font-size: 1.1rem;
font-size: 1.15rem;
margin-bottom: 0;
}
.go-to-start {
Expand Down
2 changes: 1 addition & 1 deletion src/components/ScrollyPage/ScrollyPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
ul,
ol,
blockquote {
font-size: 1.1rem;
font-size: 1.15rem;
margin: $small-gutter 0;
@include tablet {
font-size: 1rem;
Expand Down

0 comments on commit dafa5e9

Please sign in to comment.