fix: remove margin-bottom from card

This commit is contained in:
REJack
2023-06-01 02:14:33 +02:00
parent cc5ef846c9
commit d0734c80a1

View File

@@ -5,7 +5,6 @@
// Color variants
.card {
@include box-shadow($lte-card-shadow);
margin-bottom: map-get($spacers, 3);
&[class*="card-"]:not(.card-outline),
&[class*="text-bg-"]:not(.card-outline) {