feat(style): font sizes for h1, em
Anirudh icyph0x@pm.me
Wed, 04 Jul 2018 21:03:54 +0530
1 files changed,
16 insertions(+),
2 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -29,7 +29,21 @@ @media (min-width:960px) { body {font-size:120%;} }
@media (min-width:1100px) { body {font-size:120%;} } html { - font-size: 100%; - font-family: 'le_font' + font-family: 'le_font'; + color: #222; + line-height: 50px; +} + +h1 { + font-size: 4em; +} + +em { + font-size: 1.5em; +} + + +.centered { + margin-top: 15%; }