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

This commit is contained in:
Thomas Jund 2020-04-03 11:06:01 +02:00
parent 65654c6f71
commit f048302867
1 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ div#main-content-wrapper {
}
div#main-content-wrapper {
box-sizing: border-box;
padding: 10px;
}
@ -37,7 +36,6 @@ div#header {
}
div#nav {
box-sizing: border-box;
padding-left: 10px;
border-radius: 0;
@media screen and ($max-mobile-viewport) {