From 6bf151048ac4c508a2b8f516d2e11c5f97a546db Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Tue, 11 Aug 2015 09:38:10 +0200 Subject: Fix broken news markup, rework spacing between news items --- _includes/frontpage/news | 2 +- _sass/news.scss | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/_includes/frontpage/news b/_includes/frontpage/news index f37099f..a8d4861 100644 --- a/_includes/frontpage/news +++ b/_includes/frontpage/news @@ -1,5 +1,5 @@ -{% for post in site.posts | limit: 3 %}
+ {% for post in site.posts | limit: 3 %}

diff --git a/_sass/news.scss b/_sass/news.scss index 41578cf..e994b80 100644 --- a/_sass/news.scss +++ b/_sass/news.scss @@ -1,10 +1,5 @@ -section#news { - padding-top: 1em; -} - article.newsitem { - margin-top: 1em; - max-height: 200px; + margin-top: 2em; } .newsitem-headline { -- cgit v1.2.3-65-gdbad