From 225d015b691e5564a1f69e78e7be8c8e196377f3 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Fri, 21 Jun 2024 15:11:28 +0700 Subject: [PATCH] Fix item card height --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index a194f34..46bcd21 100644 --- a/style.css +++ b/style.css @@ -149,7 +149,7 @@ html * background-color: #ffffff; box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13); margin-bottom: 0.5cm; - min-height: 3cm; + height: 3cm; min-width: 6cm; width: 32.5%; transition-duration: 0.2s; @@ -159,7 +159,7 @@ html * border-radius: 12px; text-decoration: none; margin-bottom: 0.5cm; - min-height: 3cm; + height: 3cm; min-width: 6cm; width: 32.5%; transition-duration: 0.2s; @@ -261,7 +261,7 @@ html * background-color: #303030; box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13); margin-bottom: 0.5cm; - min-height: 3cm; + height: 3cm; min-width: 6cm; width: 32.5%; transition-duration: 0.2s; @@ -271,7 +271,7 @@ html * border-radius: 12px; text-decoration: none; margin-bottom: 0.5cm; - min-height: 3cm; + height: 3cm; min-width: 6cm; width: 32.5%; transition-duration: 0.2s;