all repos — site @ 5beae93c3fa1ccb7cf7a125fbe8c25dd368dd9cc

source for my site, found at icyphox.sh

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

5beae93c3fa1ccb7cf7a125fbe8c25dd368dd9cc

parent

6fa04e232d0588aa69fb39946a3e6357724bb09f

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

jump to
M build/index.htmlbuild/index.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 build/static/style.cssbuild/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 {