From 14f50d9876bdd97c06ccc7f7ceec5a6d09a1e091 Mon Sep 17 00:00:00 2001 From: Sam <74021826+x39OME@users.noreply.github.com> Date: Sat, 25 Feb 2023 18:33:01 +0300 Subject: [PATCH] Update style.css --- 100_projects/4-clock-ui-design/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/100_projects/4-clock-ui-design/style.css b/100_projects/4-clock-ui-design/style.css index 6e2488d..f42f652 100644 --- a/100_projects/4-clock-ui-design/style.css +++ b/100_projects/4-clock-ui-design/style.css @@ -54,8 +54,8 @@ body::after{ .box{ position: relative; z-index: 1; - width: 400px; - height: 400px; + width: 350px; + height: 350px; backdrop-filter: blur(25px); border-radius: 50%; border: 1px solid rgba(255, 255, 255, .5); @@ -140,4 +140,4 @@ body::after{ background: #fff; z-index: 13; border-radius: 6px; -} \ No newline at end of file +}