From fdd678a06d6c70ce2bb432581116339331e25cbc Mon Sep 17 00:00:00 2001 From: Gift Nwobodo <63543695+hotsaucenaija@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:05:09 +0100 Subject: [PATCH 1/2] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index b1a4e3b87..a74520c82 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; + width:500px; height:300px; } From 211a67bbd13f3a880ee8be7ef972e5dc3067d074 Mon Sep 17 00:00:00 2001 From: Gift Nwobodo <63543695+hotsaucenaija@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:11:32 +0100 Subject: [PATCH 2/2] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a74520c82..e5b7463ec 100644 --- a/style.css +++ b/style.css @@ -4,5 +4,5 @@ .circle{ border-radius:50%; width:500px; - height:300px; + height:500px; }