all repos — site @ e82a9b2f9943cc670eee9b429fce91c125f919ce

source for my site, found at icyphox.sh

fix: add margin-top style
Anirudh icyph0x@pm.me
Mon, 18 Jun 2018 22:21:02 +0530
commit

e82a9b2f9943cc670eee9b429fce91c125f919ce

parent

bb9ca85a2b7dc824ec71f37d76d5d22e34569540

2 files changed, 10 insertions(+), 2 deletions(-)

jump to
M build/index.htmlbuild/index.html

@@ -2,7 +2,11 @@ <!DOCTYPE html>

<html> <header> <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> - </style> +<style> +body { + margin-top: 10%; +} +</style> <a href="/">home</a> <a href="/gpg.txt">gpg</a> <title> icyphox
M templates/index.htmltemplates/index.html

@@ -2,7 +2,11 @@ <!DOCTYPE html>

<html> <header> <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> - </style> +<style> +body { + margin-top: 10%; +} +</style> {{ header }} <title> {{ title }}