From 3310b88aca152292c8e7960c42c6320548708d04 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 17 Apr 2020 19:07:06 +0200 Subject: [PATCH] =?UTF-8?q?Gallery=20:=20css=20par=20d=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/gallery/view/index/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module/gallery/view/index/index.css b/module/gallery/view/index/index.css index debfa5bf..818b7829 100755 --- a/module/gallery/view/index/index.css +++ b/module/gallery/view/index/index.css @@ -1,7 +1,7 @@ .galleryPicture { display: block; - border: 1px solid #000; - height: 8em; + border: 1px solid #DDD; + height: 14em; background-size: cover; background-repeat: no-repeat; background-position: center; @@ -29,9 +29,9 @@ } .colPicture { - width : 8em; + width : 16em; max-width: 50%; - margin: 1.1em; + margin: 0.5em; } @media (max-width: 432px) {