From 6eaa79bd9005e7c0da864af26a11eb0b77f5a1fd Mon Sep 17 00:00:00 2001 From: Thomas JUND Date: Tue, 14 Apr 2020 15:20:55 +0200 Subject: [PATCH] coprec: set default box model to border-box (#41693) --- static/coprec/_custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/coprec/_custom.scss b/static/coprec/_custom.scss index 87febd0..ef95208 100644 --- a/static/coprec/_custom.scss +++ b/static/coprec/_custom.scss @@ -43,6 +43,7 @@ nav { position: relative; #bandeau-wrapper { + box-sizing: content-box; min-height: 180px; max-width: #{$width}; margin: 0 auto; @@ -72,7 +73,6 @@ div#main-content-wrapper { margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; - box-sizing: border-box; } /* custommization des titres avec un soulignage */