From a0dca9b2e7aa1f86674bf02ef77f8dc4a5457b20 Mon Sep 17 00:00:00 2001 From: Paul Marillonnet Date: Wed, 31 May 2023 16:33:10 +0200 Subject: [PATCH] ehess: display page-picture zone only when relevant (#78058) --- static/ehess/_custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/ehess/_custom.scss b/static/ehess/_custom.scss index 25a2c624..b1573445 100644 --- a/static/ehess/_custom.scss +++ b/static/ehess/_custom.scss @@ -55,7 +55,7 @@ content: ""; display: none; } - div#header-wrapper::after { + body.has-picture div#header-wrapper::after { content: ""; display: block; width: 100%;