From e45382d4397e1a8f8a17403eafb8593498a37df2 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Wed, 4 May 2016 15:23:37 -0400 Subject: [PATCH] Finish layout updates. Recent posts now appear in single-column on the main page. --- _sass/_custom.scss | 10 ++++++++++ index.html | 15 ++++++++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/_sass/_custom.scss b/_sass/_custom.scss index da1893d..1882db4 100644 --- a/_sass/_custom.scss +++ b/_sass/_custom.scss @@ -23,3 +23,13 @@ .col-4 { width: 25%; } + + +.category-menu { + margin-bottom: $spacing-unit; +} + +.category-link { + font-size: $large-font-size; + padding: 0px 10px; +} diff --git a/index.html b/index.html index e31c93b..7867497 100644 --- a/index.html +++ b/index.html @@ -23,5 +23,18 @@ layout: default {% endif %} - {% include post_list.html categories=site.main_categories limit=5 %} + {% include post_list.html categories=site.main_categories limit=10 %} + +

+ For more posts, choose a category: +

+