mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +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 {
|
||||
display: table-cell;
|
||||
padding: 1em 5%;
|
||||
padding: 5%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue