Skip to content

Commit

Permalink
gallery style improved
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmilosev committed Nov 25, 2019
1 parent 0211b51 commit 98c32fd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,21 @@

.ebay-klein__result a {
margin: 5px;
width: 45%;
transition: all 0.22s;
width: 136px;
height: 136px;
}

.ebay-klein__result a:hover {
opacity: 0.8;
}

.ebay-klein__result img {
width: 100%;
height: 100%;
padding: 0;
border: 0;
object-fit: cover;
}

.ebay-klein__no-image__text {
Expand Down

0 comments on commit 98c32fd

Please sign in to comment.