Skip to content

Commit

Permalink
fix img ui
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuSeiri committed Sep 8, 2023
1 parent ee8972c commit 00c41ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,9 @@ button#searchButton {
}

.image-item img {
max-width: 100%;
height: auto;
width: 100%;
height: 400px;
object-fit: contain;
display: block;
transition: transform 0.2s;
}
Expand Down

0 comments on commit 00c41ce

Please sign in to comment.