Layout improvements.
This commit is contained in:
parent
440a2a4d4f
commit
6c9765d3d5
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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"
|
||||
;
|
||||
|
|
|
@ -3,8 +3,8 @@ layout: default
|
|||
---
|
||||
<div class="home">
|
||||
{% for category in site.categories %}
|
||||
{% if category.first == "meta" %} {% continue %} {% endif %}
|
||||
<div class="column">
|
||||
{% if category.first == "meta" %} {% continue %} {% endif %}
|
||||
<div class="column col-{{site.categories.size | minus: 1}}">
|
||||
{% include category_list.html category=category.first %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user