From adc6dc7a7d61036fd4ec710d263eb124b23e6cda Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Sun, 26 May 2024 18:21:15 +0200 Subject: [PATCH] Update index.html --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 5bd3c9a..7b153ab 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,10 @@ justify-content: center; min-height: calc(100vh - calc(var(--universal-padding) * 2)); } + + .card { + width: auto !important; + }