all repos — site @ 6fa04e232d0588aa69fb39946a3e6357724bb09f

source for my site, found at icyphox.sh

fix: line height
Anirudh icyph0x@pm.me
Thu, 05 Jul 2018 16:23:31 +0530
commit

6fa04e232d0588aa69fb39946a3e6357724bb09f

parent

34958c9391f98ca59e0a5e9f965be1181c0a1a9e

2 files changed, 4 insertions(+), 3 deletions(-)

jump to
M pages/_index.mdpages/_index.md

@@ -1,4 +1,5 @@

-# Anirudh Oppiliappan +# Anirudh +# Oppiliappan *linux, infosec, open source*
M static/style.cssstatic/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 {