1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-07-03 21:17:56 +00:00
now-playing/assets/scss/1-core/_02-typography.scss
2019-11-27 18:06:26 +01:00

29 lines
425 B
SCSS

/* ----------------------------------------------------------- */
/* == typography */
/* ----------------------------------------------------------- */
html {
font-size: 62.5%;
/* IE9-11 calculation fix */
font-size: calc(1em * .625);
}
body {
font-size: $base-font / 10 + em;
line-height: $line-height;
}
p,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption {
margin: 0 0 ($line-height + em) 0;
}