From 9234986b6f82d4d6b5433a8c728767046cdd3f99 Mon Sep 17 00:00:00 2001 From: PatryKania Date: Thu, 20 Nov 2025 22:40:04 +0100 Subject: [PATCH] FIX: css shape fix --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 41e7805..bcf118b 100644 --- a/style.css +++ b/style.css @@ -51,7 +51,9 @@ body { flex-wrap: wrap; gap: 10px; padding: 12px; + min-height: 152px; justify-content: space-between; + align-content: space-between; } .shape { @@ -87,7 +89,7 @@ body { #shape-diamond { height: 48px; width: 48px; - transform: rotate(45deg) translateX(15px); + transform: rotate(45deg) translate(3px, -16px); border-radius: 4px; } @@ -171,7 +173,7 @@ body { display: flex; justify-content: center; gap: 12px; - padding: 0; + padding: 6px; } .zoom-wrapper button {