From 21bae97dbb9d1d3aa5ec0cbd2156a760e342688b Mon Sep 17 00:00:00 2001 From: Ayush Singh Date: Fri, 27 Feb 2026 23:38:06 +0530 Subject: [PATCH] Increase h1 font size from 2.5rem to 3.5rem --- taskify-frontend/src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taskify-frontend/src/index.css b/taskify-frontend/src/index.css index 9dc383e..2206284 100644 --- a/taskify-frontend/src/index.css +++ b/taskify-frontend/src/index.css @@ -114,7 +114,7 @@ h1, h2, h3, h4, h5, h6 { color: var(--text-primary); } -h1 { font-size: 2.5rem; } +h1 { font-size: 3.5rem; } h2 { font-size: 2rem; } h3 { font-size: 1.5rem; } @@ -173,4 +173,4 @@ textarea:focus-visible { /* Smooth theme transition */ html { transition: background-color 0.3s ease; -} \ No newline at end of file +}