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

This commit is contained in:
Sebastian Castro 2020-04-05 18:56:21 +02:00 committed by muxator
parent 2dc4cfdfe1
commit 8a9300866b

View file

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