From 16c9cc1f8a554cffad19b4f81f0c2d1052949b75 Mon Sep 17 00:00:00 2001 From: Dennis Heinrich Date: Thu, 10 Apr 2025 20:25:20 +0200 Subject: [PATCH] =?UTF-8?q?H=C3=B6he=20der=20Elemente=20in=20der=20Reihe?= =?UTF-8?q?=20angleichen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/style/stylesheet.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/style/stylesheet.css b/assets/style/stylesheet.css index 21629d0..ed987d8 100644 --- a/assets/style/stylesheet.css +++ b/assets/style/stylesheet.css @@ -71,7 +71,7 @@ */ .product-list { display: grid; - grid-template-columns: repeat(auto-fill, minmax(200px, 4fr)); + grid-template-columns: repeat(auto-fill, minmax(140px, 4fr)); gap: .4em; padding-bottom: 1em; @@ -93,7 +93,10 @@ -khtml-user-drag: none; user-drag: none; } - + /* Make the product box responsive */ + .card { + height: 100%; + } /* Break the words on the card body */ .card-body span { word-wrap: break-word;