From 964b940adfeb65f82673da4cc05476b347b0d6a5 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Thu, 31 Aug 2023 13:10:17 +0300 Subject: [PATCH] update blog and news --- css/index.css | 9 +++++++++ templates/blogPage.html | 4 ++-- templates/newsPage.html | 6 +++--- templates/partials/newsPosts.html | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) 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 @@
-

+

{{ page.title }}

-

+

{{ page.description }}