From 69d10f2205b940c45ebc1b8a604ba16f68c6c5d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 15 May 2022 16:25:14 +0200 Subject: [PATCH] entrouvert: limit flex columns to homepage (#65269) --- static/entrouvert/_custom.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/entrouvert/_custom.scss b/static/entrouvert/_custom.scss index 25741db2..0ffbafa8 100644 --- a/static/entrouvert/_custom.scss +++ b/static/entrouvert/_custom.scss @@ -17,6 +17,9 @@ a.pk-button:hover { #columns { padding: 0 4px 0 4px; +} + +.page-index #columns { display: flex; flex-wrap: wrap; #carrousel {