From c0266352217d8e9ebf992b4997ec67ac6ce0db66 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 16 Dec 2022 13:26:38 +0800 Subject: [PATCH] Try this 50% width for card image It's tough trying to balance the space required by the image vs the card title/desc/etc --- src/components/status.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/status.css b/src/components/status.css index 1c640b28..2be410d8 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -312,7 +312,8 @@ background: var(--bg-color); } .card .image { - min-width: 120px; + /* min-width: 120px; */ + width: 50%; max-width: 160px; height: auto; min-height: 120px;