This commit is contained in:
2023-07-20 13:56:33 +03:00
parent dac066668b
commit d7d5f5725b
2 changed files with 4 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ img[src*="#fig"] {
@apply font-medium;
}
h3 {
@apply text-xl lg:text-3xl font-normal my-4;
@apply text-xl lg:text-2xl font-normal my-4;
color:#1c5d34;
}
h3 strong {
@@ -120,7 +120,7 @@ img[src*="#fig"] {
@apply text-lg not-italic font-normal my-1;
}
p {
@apply text-base lg:text-xl leading-tight tracking-normal font-normal my-0;
@apply text-base lg:text-lg leading-tight tracking-normal font-normal my-0;
font-family: "CercoDEMO", sans-serif;
}
blockquote {