Layout improvements.

This commit is contained in:
Anna Rose 2016-04-11 22:56:59 -04:00
parent 440a2a4d4f
commit 6c9765d3d5
3 changed files with 7 additions and 6 deletions

View File

@ -11,7 +11,7 @@
} }
.site-title { .site-title {
font-size: 26px; font-size: 30px;
font-weight: 300; font-weight: 300;
line-height: 56px; line-height: 56px;
letter-spacing: -1px; letter-spacing: -1px;
@ -191,7 +191,7 @@
.post-link { .post-link {
display: block; display: block;
font-size: 24px; font-size: 18px;
} }

View File

@ -12,7 +12,7 @@ $base-font-weight: 400;
$small-font-size: $base-font-size * 0.875; $small-font-size: $base-font-size * 0.875;
$base-line-height: 1.5; $base-line-height: 1.5;
$spacing-unit: 30px; $spacing-unit: 15px;
$text-color: #111; $text-color: #111;
$background-color: #fdfdfd; $background-color: #fdfdfd;
@ -49,5 +49,6 @@ $on-laptop: 800px;
@import @import
"base", "base",
"layout", "layout",
"syntax-highlighting" "syntax-highlighting",
"columns"
; ;

View File

@ -4,7 +4,7 @@ layout: default
<div class="home"> <div class="home">
{% for category in site.categories %} {% for category in site.categories %}
{% if category.first == "meta" %} {% continue %} {% endif %} {% if category.first == "meta" %} {% continue %} {% endif %}
<div class="column"> <div class="column col-{{site.categories.size | minus: 1}}">
{% include category_list.html category=category.first %} {% include category_list.html category=category.first %}
</div> </div>
{% endfor %} {% endfor %}