Browse Source

Fix style issue on main page gallery.

Lee Morgan 5 năm trước cách đây
mục cha
commit
c93a90cc8a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;
     }