소스 검색

Fix style issue on main page gallery.

Lee Morgan 5 년 전
부모
커밋
c93a90cc8a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      views/main/index.css

+ 2 - 0
views/main/index.css

@@ -137,4 +137,6 @@ body{
 
     #galleryContainer{
         display: flex;
+        flex-wrap: wrap;
+        justify-content: space-around;
     }