fix: line height
Anirudh icyph0x@pm.me
Thu, 05 Jul 2018 16:23:31 +0530
2 files changed,
4 insertions(+),
3 deletions(-)
M
pages/_index.md
→
pages/_index.md
@@ -1,4 +1,5 @@
-# Anirudh Oppiliappan +# Anirudh +# Oppiliappan *linux, infosec, open source*
M
static/style.css
→
static/style.css
@@ -29,7 +29,7 @@ #primary { width:100%; }
#secondary { width:100%; margin:0; border:none; } } -@media (min-width: 640px) { body {font-size:60%;} } +@media (min-width: 640px) { body {font-size:80%;} } @media (min-width:960px) { body {font-size:100%;} } @media (min-width:1100px) { body {font-size:120%;} }@@ -41,7 +41,7 @@
h1 { font-family: 'secular', sans-serif; font-size: 5em; - line-height: 0.9; + line-height: 0.2; } em {