[mod] blank is ugly, don't put that on the home

This commit is contained in:
Laurent Peuch 2015-12-10 07:22:28 +01:00
parent 89d9dbf6b9
commit ca2db908ec

View File

@ -20,7 +20,7 @@ body {
} }
.covers-1 .gallery-square { .covers-1 .gallery-square {
width: 47%; width: 100%;
height: 100%; height: 100%;
margin: auto; margin: auto;
padding-bottom: 47%; padding-bottom: 47%;
@ -28,10 +28,10 @@ body {
} }
.covers-2 .gallery-square { .covers-2 .gallery-square {
width: 47%; width: 50%;
height: 100%; height: 100%;
float: left; float: left;
margin: 0 1.5% 3%; margin: 0 0 3%;
padding-bottom: 47%; padding-bottom: 47%;
position: relative; position: relative;
} }