commit
5a31aacfbe
|
@ -1,10 +1,14 @@
|
||||||
/* Base */
|
/* Base */
|
||||||
|
|
||||||
* {
|
html {
|
||||||
-webkit-box-sizing: border-box;
|
|
||||||
-moz-box-sizing: border-box;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*,
|
||||||
|
*:before,
|
||||||
|
*:after {
|
||||||
|
box-sizing: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font: 300 21px Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
font: 300 21px Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
|
|
Loading…
Reference in New Issue