mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Increase vertical padding of body
This commit is contained in:
parent
b449f90e17
commit
9e7a11a757
2 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ html {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
padding: 1em 5%;
|
padding: 5%;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ layout: default
|
||||||
News
|
News
|
||||||
</span>
|
</span>
|
||||||
{% for post in site.posts limit:1 %}
|
{% for post in site.posts limit:1 %}
|
||||||
{{ post.content | strip_html | truncatewords: 10 }}
|
{{ post.content | strip_html | truncatewords: 8 }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue