make cards break earlier

This commit is contained in:
Phu Pham
2023-06-08 10:51:42 -04:00
parent 3668e269c6
commit 8b4f5485a3
2 changed files with 9 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -43,9 +43,16 @@ $footer-images: 3col-magenta-orange, 3col-green-blue, 3col-orange, 3col-purple,
}
.tutorial-card-grid {
grid-gap: 40px !important;
grid-gap: 16px !important;
row-gap: 0 !important;
&.card-grid {
&.card-grid-3xN {
grid-template-columns: 1fr;
grid-auto-rows: auto;
@include media-breakpoint-up(xl) {
grid-template-columns: 1fr 1fr 1fr;
}
}
.card {
margin-bottom: 2.5rem;
background-position: bottom;