Skip to content

Commit

Permalink
Keep figure margin at 2rem.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvujovic committed Sep 12, 2014
1 parent 24da3f5 commit 7fe2312
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 5 additions & 2 deletions css/main.css

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

2 changes: 1 addition & 1 deletion css/main.css.map

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

8 changes: 6 additions & 2 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -197,15 +197,19 @@ p, code, pre, blockquote {
margin: 1rem 0;
}

figure, iframe {
margin: 1rem 0;
figure {
margin: 2rem 0;
}

figcaption {
font-size: 1rem;
font-style: italic;
}

iframe {
margin: 1rem 0;
}

ol, ul {
margin: 1rem 3rem;
&.flush {
Expand Down

0 comments on commit 7fe2312

Please sign in to comment.