Blog post: Release 1.0

This commit is contained in:
Henne Vogelsang 2016-05-24 14:59:31 +02:00
parent 46dafb3f3f
commit 4cea22e922
7 changed files with 109 additions and 1 deletions

View file

@ -85,10 +85,12 @@ section#comments {
color: #fff;
}
#post-body {
padding: 15px 0;
}
#post-body h2 {
padding-top: 40px;
}
#post-body p {
font-family: Lora,serif;
@ -103,3 +105,9 @@ section#comments {
line-height: 1.5;
}
}
.img-center {
display: block;
margin-left: auto;
margin-right: auto;
}