Skip to content

Commit

Permalink
style: default font sizes for docs (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored Aug 9, 2024
1 parent 710aa02 commit 743be94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/home/_index.module.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
p {
line-height: 1.5;
font-size: 1.1rem;
}

summary {
font-weight: bold;
}
Expand All @@ -26,6 +21,11 @@ summary {
font-weight: 700;
}

p {
line-height: 1.5;
font-size: 1.1rem;
}

@media (max-width: 1000px) {
padding: 3rem 2rem;
}
Expand Down

0 comments on commit 743be94

Please sign in to comment.