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

This commit is contained in:
Thomas Jund 2020-04-03 11:17:06 +02:00
parent 11df0b80d7
commit 9d388e71cb
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ div#nav > ul {
}
div#main-content-wrapper {
box-sizing: border-box;
padding: 1ex;
}