fix: add margin-top style
Anirudh icyph0x@pm.me
Mon, 18 Jun 2018 22:21:02 +0530
2 files changed,
10 insertions(+),
2 deletions(-)
M
build/index.html
→
build/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.html
→
templates/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 }}