Skip to content

Commit

Permalink
fix: remove banner image cropping
Browse files Browse the repository at this point in the history
  • Loading branch information
fspoettel committed Jan 10, 2025
1 parent 06660ff commit 48f92b3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/components/deck-display/deck-display.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,6 @@

.banner {
position: relative;
aspect-ratio: 5 / 1;
}

.banner img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center left;
}

.tags {
Expand Down

0 comments on commit 48f92b3

Please sign in to comment.