all repos — site @ c390f021aae70ae94d58cea3e99332ab6aa9468c

source for my site, found at icyphox.sh

Rollback index template and CSS to HEAD^

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Thu, 12 Dec 2019 17:03:58 +0530
commit

c390f021aae70ae94d58cea3e99332ab6aa9468c

parent

72606270bd2403956a5b3c89b058fb437252033a

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

jump to
M static/style.cssstatic/style.css

@@ -71,16 +71,6 @@ width: 40%;

line-height: 1.8; } -.content-index { - position: relative; - font-size: 17px; - top: 20%; - left: 30%; - right: 30%; - width: 40%; - line-height: 1.8; -} - pre { padding: 10px; }

@@ -114,7 +104,7 @@ }

.logo { width: 220px; - padding-bottom: 65px; + padding-bottom: 60px; } .footer {
M templates/index.htmltemplates/index.html

@@ -27,7 +27,7 @@ <header class="header">

{{ header }} </header> <body> - <div class="content-index"> + <div class="content"> <div align="left"> {{ body }} </div>