Skip to content

Commit 0d326d6

Browse files
committed
add transparent border to prevent spacing issue
1 parent eeb8235 commit 0d326d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,9 @@
407407
.thumbNails img {
408408
display: inline;
409409
}
410+
.thumbNails {
411+
border: 2px solid transparent;
412+
}
410413

411414
.thumbNails:hover {
412415
border: 2px solid gray;

0 commit comments

Comments
 (0)