box sizing style (thanks @hugurp)
This commit is contained in:
@@ -13,6 +13,12 @@
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
*, *:before, *:after {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
body {
|
||||
font-family: 'charterregular', Georgia, serif;
|
||||
font-size: 18px;
|
||||
|
Reference in New Issue
Block a user