From 9cc51ace4a4a8a886ed6c767300ffa1655c135a1 Mon Sep 17 00:00:00 2001 From: xenofem Date: Tue, 6 Feb 2024 14:14:00 -0500 Subject: [PATCH] adjust css for cards --- dlibrary/static/dlibrary.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlibrary/static/dlibrary.css b/dlibrary/static/dlibrary.css index 44fcfff..fbcace4 100644 --- a/dlibrary/static/dlibrary.css +++ b/dlibrary/static/dlibrary.css @@ -77,8 +77,10 @@ body { .card { background: #333; padding: 10px; + flex-basis: 40%; flex-grow: 1; max-width: 360px; + min-width: min(240px,90%); text-align: center; font-weight: bold; font-size: 18px;