From d318b3ad872abdab6787afa990a448d65e45b957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Wed, 5 Apr 2017 11:32:03 +0200 Subject: [PATCH] .gallery li:nth-child(n+4): removing auto-fill --- static/css/base.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/css/base.css b/static/css/base.css index 3a27d4e..e91f6a5 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -2106,10 +2106,12 @@ img size recommended:800x600px =================================================== */ .flexblock.gallery li { - flex:inherit; margin-bottom: 4.8rem; } - +.flexblock.gallery li:nth-child(n+4) { + -webkit-flex:inherit; + flex:inherit; +} .flexblock.gallery li, .flexblock.gallery.blink li>a { padding: 0;