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:
parent
912ef7d589
commit
af77e2230f
@ -65,9 +65,9 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h-250 { height: 250px; }
|
.h-300 { height: 300px; }
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.h-md-250 { height: 250px; }
|
.h-md-300 { height: 300px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Pagination */
|
/* Pagination */
|
||||||
|
Loading…
Reference in New Issue
Block a user