diff --git a/prosopopee/static/css/style.css b/prosopopee/static/css/style.css index ff1b104..7e0d9b7 100644 --- a/prosopopee/static/css/style.css +++ b/prosopopee/static/css/style.css @@ -20,7 +20,7 @@ body { } .covers-1 .gallery-square { - width: 47%; + width: 100%; height: 100%; margin: auto; padding-bottom: 47%; @@ -28,10 +28,10 @@ body { } .covers-2 .gallery-square { - width: 47%; + width: 50%; height: 100%; float: left; - margin: 0 1.5% 3%; + margin: 0 0 3%; padding-bottom: 47%; position: relative; }