Skip to content

Commit

Permalink
fix: image sizes in the carousel is not equal (#496)
Browse files Browse the repository at this point in the history
Co-authored-by: asrivastava <atishay_srivastava@intuit.com>
  • Loading branch information
xAtishayx and asrivastava committed Oct 23, 2022
1 parent b349caf commit b1d04af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
.container {
flex: 1;
}

.carousel img {
object-fit: cover;
object-position: center;
height: 80vh;
overflow: hidden;
}

@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
Expand Down

0 comments on commit b1d04af

Please # to comment.