From af77e2230feb1f8c7c4709a94dd1799dc7b7e9bb Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 1 Dec 2020 11:20:26 +0200 Subject: [PATCH] source/scss/main.scss: Adjust featured card height 250 only looks good if you have short titles and descriptions. For now I will bump this up to 300 and adjust the images in the feature blocks as well. --- source/scss/main.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/scss/main.scss b/source/scss/main.scss index fbd335a..718b12a 100644 --- a/source/scss/main.scss +++ b/source/scss/main.scss @@ -65,9 +65,9 @@ h1, h2, h3, h4, h5, h6 { flex: 0 0 auto; } -.h-250 { height: 250px; } +.h-300 { height: 300px; } @media (min-width: 768px) { - .h-md-250 { height: 250px; } + .h-md-300 { height: 300px; } } /* Pagination */