make h3 and h4 a little bit bigger

this was probably lost due to the tailwind upgrade.
This commit is contained in:
Jakob 2020-06-26 18:58:15 +02:00 committed by GitHub
parent 8bb28aba8b
commit b6d55c5961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,14 @@ h2 {
@apply .text-2xl .pb-2 .border-b .border-grey-light; @apply .text-2xl .pb-2 .border-b .border-grey-light;
} }
h3 {
@apply .text-xl;
}
h4 {
@apply .text-lg;
}
p { p {
@apply .my-4; @apply .my-4;
line-height: 1.7; line-height: 1.7;