coprec: set default box model to border-box (#41693)

This commit is contained in:
Thomas Jund 2020-04-14 15:20:55 +02:00
parent bff3871f53
commit 6eaa79bd90
1 changed files with 1 additions and 1 deletions

View File

@ -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 */