diff --git a/services/web/public/stylesheets/components/card.less b/services/web/public/stylesheets/components/card.less index afa0dd2480..54cc245c80 100644 --- a/services/web/public/stylesheets/components/card.less +++ b/services/web/public/stylesheets/components/card.less @@ -21,6 +21,13 @@ margin: 0; } } + + > :first-child { + margin-top: 0; + } + > :last-child { + margin-bottom: 0; + } } .card-thin {