Explorar el Código

Fix style issue on main page gallery.

Lee Morgan hace 5 años
padre
commit
c93a90cc8a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;
     }