box sizing style (thanks @hugurp)

This commit is contained in:
2019-10-22 14:19:44 +02:00
parent 3389edfd10
commit f530191f30

View File

@@ -13,6 +13,12 @@
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body { body {
font-family: 'charterregular', Georgia, serif; font-family: 'charterregular', Georgia, serif;
font-size: 18px; font-size: 18px;