From ddac0afbdc744baead391e91bcd5e29d54fd9f58 Mon Sep 17 00:00:00 2001 From: Gareth Barnard <1058419+gjb2048@users.noreply.github.com> Date: Sat, 7 Sep 2024 17:35:37 +0100 Subject: [PATCH] Remove min-height. --- styles.css | 1 - templates/coursestyles.mustache | 1 - 2 files changed, 2 deletions(-) diff --git a/styles.css b/styles.css index de78f11d..b7112c1e 100644 --- a/styles.css +++ b/styles.css @@ -79,7 +79,6 @@ .format-grid .thegrid .grid-image-container { height: 140px; - min-height: 140px; } .format-grid .thegrid .grid-image { diff --git a/templates/coursestyles.mustache b/templates/coursestyles.mustache index bdc496da..f86ca0b1 100644 --- a/templates/coursestyles.mustache +++ b/templates/coursestyles.mustache @@ -36,7 +36,6 @@ /* -- Grid -- */ .format-grid .thegrid .grid-image-container { height: {{height}}px; - min-height: {{height}}px; } .format-grid .thegrid .grid-section {