all repos — site @ 5800550f14b8f36a377a4f5f7afa773af187a456

source for my site, found at icyphox.sh

chore: build
Anirudh icyph0x@pm.me
Thu, 05 Jul 2018 16:23:44 +0530
commit

5800550f14b8f36a377a4f5f7afa773af187a456

parent

be2327e8da945d56ed93a0c2319500ab1cc7ad1f

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

jump to
M index.htmlindex.html

@@ -16,7 +16,9 @@ </header>

<body> <div class="centered"> - <h1>Anirudh Oppiliappan</h1> + <h1>Anirudh</h1> + +<h1>Oppiliappan</h1> <p><em>linux, infosec, open source</em></p>
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 {