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: +

+