Blog post: Release 1.0
This commit is contained in:
parent
46dafb3f3f
commit
4cea22e922
7 changed files with 109 additions and 1 deletions
10
css/osem.css
10
css/osem.css
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue