aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_includes/frontpage/news2
-rw-r--r--_sass/news.scss7
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 %}
<section id="news">
+ {% for post in site.posts | limit: 3 %}
<article class="newsitem">
<h2 class="stick-top newsitem-bullet">
<span class="fa fa-fw fa-chevron-circle-right" title="News item"></span>
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 {