Skip to content

Commit

Permalink
Adds a styling rule to center images inside posts.
Browse files Browse the repository at this point in the history
  • Loading branch information
m2w committed Jan 21, 2014
1 parent e0db2e2 commit 89db4c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions _sass/main.scss
Expand Up @@ -196,6 +196,9 @@ article {
+ article {
padding-top: 2rem;
}
p.img {
text-align: center;
}
header {

span.date {
Expand Down
2 changes: 1 addition & 1 deletion static/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 89db4c6

Please sign in to comment.