Add whitespace below figure element. Fixes #32

This commit is contained in:
Michael Rose
2014-03-14 08:34:15 -04:00
parent fd0d497654
commit 39e4cf57af
3 changed files with 6 additions and 1 deletions

View File

@ -8,6 +8,9 @@ hr {
border-bottom: 1px solid #fff;
}
/* Figures and images ==================================== */
figure {
margin-bottom: @indent-var;
}
article img {
max-width: 100%;
height: auto;