saint-laurent-du-var: set default box model to border-box (#39459)

This commit is contained in:
Thomas Jund 2020-04-03 11:00:32 +02:00
parent a72e6ac660
commit 651eed3192
1 changed files with 0 additions and 9 deletions

View File

@ -55,15 +55,6 @@
}
}
// change default box-sizing to border-box
* {
box-sizing: border-box;
&::before, &::after {
box-sizing: inherit;
}
}
// typo
a:hover {
color: black;