diff --git a/css/index.css b/css/index.css index 581364f..dce04cc 100644 --- a/css/index.css +++ b/css/index.css @@ -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; - - } */ }