From d4433d0fd3751134bbe8492304f175114285487d Mon Sep 17 00:00:00 2001 From: Utkarsh Chaturvedi <113.utkarsh@gmail.com> Date: Mon, 30 Dec 2024 17:24:17 +0530 Subject: [PATCH 1/2] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..e5b7463ec 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; } From 33fd9b81903bba97166cae6d5234f3d6fae267e5 Mon Sep 17 00:00:00 2001 From: Utkarsh Chaturvedi <113.utkarsh@gmail.com> Date: Mon, 30 Dec 2024 17:28:33 +0530 Subject: [PATCH 2/2] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e5b7463ec..010a6801a 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:500px; - height:500px; + width:600px; + height:600px; }