From 83e10c5d72ff1d620d37df40bcf74cd449e8c549 Mon Sep 17 00:00:00 2001 From: Nirmal Kumar R Date: Sun, 4 Aug 2024 00:21:21 +0530 Subject: [PATCH] Date format design --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 5133d3e..79b1249 100644 --- a/style.css +++ b/style.css @@ -96,4 +96,10 @@ nav a:last-child { .home img { width: 100%; +} + +.content-wrapper h3 span, +main ul li span { + font-size: 17px; + font-weight: normal; } \ No newline at end of file