mirror of
https://github.com/tabler/tabler.git
synced 2026-08-21 10:24:26 +04:00
homepge cards gap
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
.card {
|
||||
margin-bottom: $card-group-margin;
|
||||
margin-bottom: $cards-grid-gap;
|
||||
box-shadow: $card-shadow;
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
margin-bottom: $card-group-margin-sm;
|
||||
@include media-breakpoint-down($cards-grid-breakpoint) {
|
||||
margin-bottom: $cards-grid-gap-sm;
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
||||
Reference in New Issue
Block a user