all repos — site @ 0d4f6612c7680e439d95db6da8adf0dd83f28d0f

source for my site, found at icyphox.sh

feat(style): font sizes for h1, em
Anirudh icyph0x@pm.me
Wed, 04 Jul 2018 21:03:54 +0530
commit

0d4f6612c7680e439d95db6da8adf0dd83f28d0f

parent

991a4a10f92af94a0f749233a93a3aee39d7670a

1 files changed, 16 insertions(+), 2 deletions(-)

jump to
M static/style.cssstatic/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%; }