diff --git a/css/index.css b/css/index.css index 2210f78..1819793 100644 --- a/css/index.css +++ b/css/index.css @@ -143,6 +143,14 @@ img[src*="#fig"] { border-2 shadow } + + article h2{ + @apply text-xl lg:text-3xl font-medium + } + +article p ,li{ + @apply text-base lg:text-lg +} } a:hover{ @@ -363,6 +371,7 @@ header { .header:hover .back { transform: none; } + @media (max-width: 768px) { /* h2 { font-size: 4rem; diff --git a/templates/blogPage.html b/templates/blogPage.html index 86bd9d5..85f09a1 100644 --- a/templates/blogPage.html +++ b/templates/blogPage.html @@ -24,11 +24,11 @@