diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 9cbfdde..943ce77 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -11,7 +11,7 @@ } .site-title { - font-size: 26px; + font-size: 30px; font-weight: 300; line-height: 56px; letter-spacing: -1px; @@ -191,7 +191,7 @@ .post-link { display: block; - font-size: 24px; + font-size: 18px; } diff --git a/css/main.scss b/css/main.scss index f2e566e..8fb799f 100644 --- a/css/main.scss +++ b/css/main.scss @@ -12,7 +12,7 @@ $base-font-weight: 400; $small-font-size: $base-font-size * 0.875; $base-line-height: 1.5; -$spacing-unit: 30px; +$spacing-unit: 15px; $text-color: #111; $background-color: #fdfdfd; @@ -49,5 +49,6 @@ $on-laptop: 800px; @import "base", "layout", - "syntax-highlighting" + "syntax-highlighting", + "columns" ; diff --git a/index.html b/index.html index cb3d1a8..7853ea2 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,8 @@ layout: default ---
{% for category in site.categories %} - {% if category.first == "meta" %} {% continue %} {% endif %} -
+ {% if category.first == "meta" %} {% continue %} {% endif %} +
{% include category_list.html category=category.first %}
{% endfor %}