diff --git a/_sass/custom/card.scss b/_sass/custom/card.scss index 43e1d5b7b570563f10e525b5d2f10a4969461262..317c50f162f196d753427cc3dbea5732b4c54b87 100644 --- a/_sass/custom/card.scss +++ b/_sass/custom/card.scss @@ -22,11 +22,11 @@ } >:first-child { - border-top: none; + border-top: none !important; } >:last-child { - border-bottom: none; + border-bottom: none !important; } }