소스 검색

Forcing 3 columns on width < 640 devices. Thanks @roman01la!

Mr.doob 10 년 전
부모
커밋
bbdc22a3c8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -177,8 +177,8 @@
 					width: 100%;
 				}
 				#viewer img {
-					width: 100px;
-					height: 75px;
+					width: 33.33%;
+					height: auto;
 				}
 				#expandButton{
 					display: block;