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

This commit is contained in:
Thomas Jund 2020-02-12 17:46:52 +01:00
parent 1357f813f9
commit 40623a7ef2
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ nav ul {
}
#sidebar {
box-sizing: content-box;
padding-right: 40px;
@media screen and (max-width: $nav-mobile-limit) {
padding-right: 0;