From 430632932b2284d0c7d9e85efde40b7248691db2 Mon Sep 17 00:00:00 2001 From: "remi.arnal" Date: Sun, 2 Apr 2023 14:33:13 +0200 Subject: [PATCH] =?UTF-8?q?css=20to=20be=20responsive=20(a=20moiti=C3=A9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/card.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/card.css b/styles/card.css index 546028d..70360c6 100755 --- a/styles/card.css +++ b/styles/card.css @@ -3,8 +3,8 @@ flex-direction: row; justify-content: center; align-items: center; - height: 8rem; - min-width: 18rem; + height: 12vh; + min-width: 14vw; padding: 1.5em; margin: 1.2rem; /* for better display */ border: 0.3em solid black; @@ -14,7 +14,7 @@ svg { height: 12vh; - width: 6vh; + width: 3vw; } .item {