css: make box-sizing border-box by default everywhere

pull/3886/head
Sebastian Castro 2020-04-05 18:56:21 +02:00 committed by muxator
parent 2dc4cfdfe1
commit 8a9300866b
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ html {
line-height: 16px;
color: #3e3e3e;
}
html, *, *:after, *:before {
box-sizing: border-box;
}
*, p {
margin: 0;
padding: 0;