Increase vertical padding of body

This commit is contained in:
mathiascode 2019-11-30 02:00:47 +02:00
parent b449f90e17
commit 9e7a11a757
2 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@ html {
body {
display: table-cell;
padding: 1em 5%;
padding: 5%;
vertical-align: middle;
}

View file

@ -24,7 +24,7 @@ layout: default
News
</span>
{% for post in site.posts limit:1 %}
{{ post.content | strip_html | truncatewords: 10 }}
{{ post.content | strip_html | truncatewords: 8 }}
{% endfor %}
</a>