sussargues: set default box model to border-box (#39459)

This commit is contained in:
Thomas Jund 2020-04-03 11:08:39 +02:00
parent 07201dcd72
commit ca4597b2b0
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ div#page {
margin: 0 auto;
box-shadow: 0 0px 2px rgba(0, 0, 0, 0.27);
header, nav, #main-content-wrapper {
box-sizing: border-box;
padding: 0 20px;
@media screen and ($max-mobile-viewport) {
padding: 0;