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
2 files changed,
2 insertions(+),
12 deletions(-)
M
static/style.css
→
static/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.html
→
templates/index.html
@@ -27,7 +27,7 @@ <header class="header">
{{ header }} </header> <body> - <div class="content-index"> + <div class="content"> <div align="left"> {{ body }} </div>