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.
This commit is contained in:
Alan Orth 2020-12-01 11:20:26 +02:00
parent 912ef7d589
commit af77e2230f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -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 */