mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
make cards break earlier
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -43,9 +43,16 @@ $footer-images: 3col-magenta-orange, 3col-green-blue, 3col-orange, 3col-purple,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tutorial-card-grid {
|
.tutorial-card-grid {
|
||||||
grid-gap: 40px !important;
|
grid-gap: 16px !important;
|
||||||
row-gap: 0 !important;
|
row-gap: 0 !important;
|
||||||
&.card-grid {
|
&.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 {
|
.card {
|
||||||
margin-bottom: 2.5rem;
|
margin-bottom: 2.5rem;
|
||||||
background-position: bottom;
|
background-position: bottom;
|
||||||
|
|||||||
Reference in New Issue
Block a user