فهرست منبع

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;
     }