Add whitespace below figure element. Fixes #32
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user