Skip to content

Commit

Permalink
Add style for image caption
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 5, 2016
1 parent 4f5ee3d commit 6dc88e9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion assets/scss/components/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,13 @@
display: block;
height: auto;
max-width: 100%;
margin: 2.2em auto;
margin: 1.5em auto;

+ em {
display: block;
text-align: center;
font-size: 12px;
}

@include breakpoint(500px) {
margin: 1.6em auto;
Expand Down

0 comments on commit 6dc88e9

Please sign in to comment.