From 98ef24c0c0cc0d2141a14f4963473c68cf24be2c Mon Sep 17 00:00:00 2001 From: 1ESA1 Date: Tue, 11 Feb 2025 13:26:45 -0500 Subject: [PATCH 1/2] Modifica l'altezza e larghezza del cerchio --- 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 d1d881d03912acc35da29c27a9c56f064c7a6f93 Mon Sep 17 00:00:00 2001 From: 1ESA1 Date: Tue, 11 Feb 2025 14:08:54 -0500 Subject: [PATCH 2/2] Revert "Modifica l'altezza e larghezza del cerchio" This reverts commit 98ef24c0c0cc0d2141a14f4963473c68cf24be2c. --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e5b7463ec..b1a4e3b87 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:500px; - height:500px; + width:300px; + height:300px; }