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

This commit is contained in:
Thomas Jund 2020-04-03 10:59:21 +02:00
parent 1612e58e11
commit 183c4fd90f
1 changed files with 0 additions and 7 deletions

View File

@ -88,13 +88,6 @@
}
* {
box-sizing: border-box;
&::before, &::after {
box-sizing: inherit;
}
}
// typo
html, body {