From 6b1cdc1feafeb2ee24bddc14c2f0e811415a6f07 Mon Sep 17 00:00:00 2001 From: Sebastian <sebastian@surminski.org> Date: Wed, 4 Sep 2019 16:55:14 +0200 Subject: [PATCH] Fixed padding of "Weiterlesen" entry. --- web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/index.html b/web/index.html index 1c72111..fa046b3 100755 --- a/web/index.html +++ b/web/index.html @@ -3,7 +3,7 @@ layout: default --- <div class="container" id="posts"> - <div class="row"> + <div class="row" style="padding-bottom:0px;"> {% for post in site.posts limit:4 %} <div class="col-md-3"> <h2> @@ -25,7 +25,7 @@ layout: default </div> {% endfor %} </div> -<div class="row-centered align-text-top"><p>Weitere Nachrichten finden sich <a href="https://chaospott.de/blog/">in unserem Logbuch.</a></p></div> +<div class="row-centered align-text-top" style="padding-bottom:50px;"><p>Weitere Nachrichten finden sich <a href="https://chaospott.de/blog/">in unserem Logbuch.</a></p></div> </div> <hr> <div class="container" id="about">