diff --git a/_sass/custom/card.scss b/_sass/custom/card.scss index 6434c76e06a3005b04a31607122400d8882570d9..8d67cb081dbbbcc97c6f617215f4c5eaa86d776d 100644 --- a/_sass/custom/card.scss +++ b/_sass/custom/card.scss @@ -1,6 +1,5 @@ .card { @include abstract-card(); - @include tight-headers(); display: flex; flex-direction: column; min-width: 0; diff --git a/_sass/custom/mixins.scss b/_sass/custom/mixins.scss index 6bd5d3ed1bd943f31815f014ae826f85e2a7b3f5..def2e17bb21646cd631a908f46babaaf35ebd6f6 100644 --- a/_sass/custom/mixins.scss +++ b/_sass/custom/mixins.scss @@ -10,14 +10,3 @@ margin-right: 0; } } - -@mixin tight-headers() { - h1, - h2, - h3, - h4, - h5, - h6 { - margin: $sp-2 0; - } -}