diff --git a/app/assets/stylesheets/components/cards/card/_card-theme.scss b/app/assets/stylesheets/components/cards/card/_card-theme.scss index 07b9c448d..b18dbf2f5 100644 --- a/app/assets/stylesheets/components/cards/card/_card-theme.scss +++ b/app/assets/stylesheets/components/cards/card/_card-theme.scss @@ -3,7 +3,7 @@ @include border-radius; @include flex; @include flex-column; - @include flex-h-end; + @include flex-h-start; background-color: $grey-dark; background-position: center; background-size: cover;