From 7fed85e09cf4aabfea77d27bcccff6fd15bf008a Mon Sep 17 00:00:00 2001 From: Manoj Date: Fri, 5 Sep 2025 23:56:03 +0530 Subject: [PATCH] changed the height in style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index b1a4e3b87..0c5fcda3a 100644 --- a/style.css +++ b/style.css @@ -4,5 +4,5 @@ .circle{ border-radius:50%; width:300px; - height:300px; + height:500px; }