Skip to content

Commit

Permalink
fix: set fixed size of preview image container
Browse files Browse the repository at this point in the history
  • Loading branch information
fakeheal committed Jan 19, 2024
1 parent 35cd5b8 commit 93b71da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Preview/Preview.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.card-preview {
width: 327px;
height: 450px;
margin: 0 auto;
}

.card-preview img {
height: 450px;
}

0 comments on commit 93b71da

Please sign in to comment.