From a7abd438a926cf30b93a469e5a722af6ae4e8f95 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Wed, 2 Oct 2024 12:55:33 +0300 Subject: [PATCH] fix list size at blogs --- css/index.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index cd4af1d51..f477951ec 100644 --- a/css/index.css +++ b/css/index.css @@ -347,8 +347,17 @@ background-color:#5596f5 !important; } .article li{ - font-size: 1rem; + font-size: 1.125rem; + font-family: "Lato", sans-serif; + line-height: 1.7; + color:#333 } + + .article h3{ + font-weight: 400; + + } + .main-title { font-family: "Lato", sans-serif; }