Skip to content

Commit bbdc22a

Browse files
committed
Forcing 3 columns on width < 640 devices. Thanks @roman01la!
1 parent 9c8951d commit bbdc22a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@
177177
width: 100%;
178178
}
179179
#viewer img {
180-
width: 100px;
181-
height: 75px;
180+
width: 33.33%;
181+
height: auto;
182182
}
183183
#expandButton{
184184
display: block;

0 commit comments

Comments
 (0)