From 14e69e40d1389fc567f3954141aa9199d5ac5dfb Mon Sep 17 00:00:00 2001 From: Irtesaam Date: Sun, 27 Oct 2024 06:06:03 +0530 Subject: [PATCH] fixed h1 tag size --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5adeccf1..4487b2df 100644 --- a/style.css +++ b/style.css @@ -229,7 +229,7 @@ body { } h1 { - font-size: 2.6rem; + font-size: 1.8rem; } h2 {