From e68eeada2a53083aff8f7a00a9629c986ad95621 Mon Sep 17 00:00:00 2001 From: jabuxas Date: Sun, 9 Feb 2025 19:20:44 -0300 Subject: [PATCH] fix: image styling :goblin: --- dev/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/style.css b/dev/style.css index d15f118..7fa059f 100644 --- a/dev/style.css +++ b/dev/style.css @@ -21,9 +21,9 @@ body { } .image-container { - width: 150px; - height: 150px; - border-radius: 50px; + width: 100px; + height: 100px; + border-radius: 40px; overflow: hidden; position: relative; }