From 94baa19c365a16812a19365c160270a129665ad7 Mon Sep 17 00:00:00 2001 From: brausjonas Date: Sun, 26 Mar 2023 19:34:20 +0200 Subject: [PATCH] Removed Max Height for cards --- .idea/workspace.xml | 2 +- mainPage.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index bcefb2c..1108694 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -62,7 +62,7 @@ - + diff --git a/mainPage.css b/mainPage.css index bc39e79..dfeefb4 100644 --- a/mainPage.css +++ b/mainPage.css @@ -72,7 +72,6 @@ h2 .mainPageCards div { min-height: 300px; - max-height: 300px; border-radius: 50px; margin: 10px; padding: 20px;