Skip to content

Commit

Permalink
add transparent border to prevent spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-kunaico committed Sep 8, 2022
1 parent eeb8235 commit 0d326d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,9 @@
.thumbNails img {
display: inline;
}
.thumbNails {
border: 2px solid transparent;
}

.thumbNails:hover {
border: 2px solid gray;
Expand Down

0 comments on commit 0d326d6

Please sign in to comment.