From f104fba1d5ca97b00f86c382bdd2c317c51b1c51 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 7 Jul 2018 15:11:03 +0200 Subject: [PATCH] put 5 tiles in a row --- panikweb_templates/static/css/_specifics.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/panikweb_templates/static/css/_specifics.scss b/panikweb_templates/static/css/_specifics.scss index f96610f..17760ce 100644 --- a/panikweb_templates/static/css/_specifics.scss +++ b/panikweb_templates/static/css/_specifics.scss @@ -1599,8 +1599,8 @@ div.gallery > div { flex-wrap: wrap; > span { display: block; - width: 25%; - height: 25vw; + width: 20%; + height: 20vw; position: relative; @media screen and (max-width: $size_s) { width: 50%; @@ -2016,8 +2016,8 @@ div.emission-tile { background: white; position: relative; box-sizing: border-box; - width: 25%; - height: 25vw; + width: 20%; + height: 20vw; @media screen and (max-width: $size_m) { width: 50%; height: 50vw; -- 2.39.2