This commit is contained in:
Ehab Hassan 2023-08-17 11:42:25 +03:00
parent c60cca6a5f
commit ff8edfa24d

View File

@ -105,12 +105,7 @@ img[src*="#fig"] {
font-weight: 400;
}
/* p {
font-size:1.3rem;
line-height: 1.5rem;
font-weight: 600;
color: #333;
} */
.myColor{
height: 100%;
@ -185,7 +180,7 @@ img[src*="#fig"] {
@apply text-lg not-italic font-normal my-1;
}
p {
@apply text-xl lg:text-2xl leading-7 tracking-normal font-semibold my-4;
@apply text-lg lg:text-xl leading-7 tracking-normal font-semibold my-4;
font-family: 'Cormorant Infant', serif;
}
blockquote {
@ -492,9 +487,4 @@ header {
padding: 80px 0;
}
/* p {
font-size:1.1rem;
line-height: 1.6rem;
} */
}