From a0d19c58ce6b3a9caf23816986efa490f749b870 Mon Sep 17 00:00:00 2001 From: peteradel22 Date: Mon, 30 Sep 2024 21:55:19 +0300 Subject: [PATCH] change the hight of the circle --- 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; }