Skip to content

Commit

Permalink
Merge pull request #44 from helsingborg-stad/feat/removed-images-from…
Browse files Browse the repository at this point in the history
…-mobile

fix: remove images from mobile
  • Loading branch information
sebastianthulin authored Nov 4, 2024
2 parents 6abd026 + acfc826 commit 8cc59c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/sass/algolia-index-js-searchpage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ em {
.c-card {
flex-direction: column;
}

.c-card__image-container {
display: none;
}

.c-card__image {
overflow: hidden;
max-height: 200px;
}
}
}

0 comments on commit 8cc59c8

Please sign in to comment.