css: make box-sizing border-box by default everywhere
This commit is contained in:
parent
2dc4cfdfe1
commit
8a9300866b
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ html {
|
|||
line-height: 16px;
|
||||
color: #3e3e3e;
|
||||
}
|
||||
html, *, *:after, *:before {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
*, p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue