From 228420edf82f9671aee23033df5d9a6c7b169b75 Mon Sep 17 00:00:00 2001 From: Thomas JUND Date: Mon, 16 May 2022 13:48:55 +0200 Subject: [PATCH] la-baule: clearfix page-header element (#65294) --- static/la-baule/_custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/la-baule/_custom.scss b/static/la-baule/_custom.scss index e5cfaea9..7cf9dcae 100644 --- a/static/la-baule/_custom.scss +++ b/static/la-baule/_custom.scss @@ -175,6 +175,7 @@ div#nav { // Page header .page-header { + @extend .clearfix; @media ($max-mobile-viewport) { padding-left: 0.7em; padding-right: 0.7em;