Skip to content

Commit

Permalink
Increase font size
Browse files Browse the repository at this point in the history
  • Loading branch information
parafoxia committed Aug 9, 2024
1 parent 394d0c5 commit cd265b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/styles/tailwind.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
@apply text-blue-700 underline;
}
p {
@apply my-4;
@apply text-xl my-4;
}
table {
@apply text-xl;
}

blockquote,
Expand All @@ -16,7 +19,7 @@
}

h1 {
@apply text-4xl font-bold my-2;
@apply text-3xl font-bold my-2;
}

h2 {
Expand Down

0 comments on commit cd265b2

Please sign in to comment.