fix box-sizing application

This commit is contained in:
Cássio Zen 2016-07-07 19:20:53 -03:00
parent 003867d773
commit ebde4f0708

View File

@ -1,5 +1,10 @@
html {
box-sizing: border-box;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {