box sizing style (thanks @hugurp)
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user