Skip to content

Commit

Permalink
Stylelint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robines committed Oct 8, 2023
1 parent 1a29d37 commit 35a054f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/Components/ImageCard/ImageCard.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ $subtitle-max-height: 1rem;
box-shadow: 0 3px 8px 2px $black-t25;
text-decoration: none;
}
.subtitle {
@include for-tablet-up {
@include for-tablet-up {
.subtitle {
max-height: 0;
opacity: 0;
}
Expand Down

0 comments on commit 35a054f

Please sign in to comment.