From 213d741a96a84679188b31abe40d0dde58e6c623 Mon Sep 17 00:00:00 2001 From: veal Date: Mon, 15 Feb 2016 14:52:14 +0100 Subject: [PATCH] My changes. --- static/css/bootstrap.css | 1 + templates/default-layout.hamlet | 30 ++++++++++++++------------ templates/homepage.hamlet | 37 ++++++++++++++++----------------- 3 files changed, 36 insertions(+), 32 deletions(-) diff --git a/static/css/bootstrap.css b/static/css/bootstrap.css index 88123dc..9c1b921 100644 --- a/static/css/bootstrap.css +++ b/static/css/bootstrap.css @@ -12,6 +12,7 @@ html { } body { margin: 0; + padding-top: 100px; } article, aside, diff --git a/templates/default-layout.hamlet b/templates/default-layout.hamlet index 5771863..0a09247 100644 --- a/templates/default-layout.hamlet +++ b/templates/default-layout.hamlet @@ -1,21 +1,25 @@