diff --git a/web/src/styles/global.css b/web/src/styles/global.css index 5fb233d..64d287b 100644 --- a/web/src/styles/global.css +++ b/web/src/styles/global.css @@ -42,8 +42,16 @@ @apply hover:decoration-(--accent); } + h1 { + font-size: 28px; + } + h2 { - @apply text-xl; + font-size: 24px; + } + + h3 { + font-size: 20px; } }