Add whitespace below figure element. Fixes #32
This commit is contained in:
parent
fd0d497654
commit
39e4cf57af
3 changed files with 6 additions and 1 deletions
|
@ -16,6 +16,8 @@ Here are some examples of what a post with images might look like. If you want t
|
||||||
<figcaption><a href="http://www.flickr.com/photos/80901381@N04/7758832526/" title="Morning Fog Emerging From Trees by A Guy Taking Pictures, on Flickr">Morning Fog Emerging From Trees by A Guy Taking Pictures, on Flickr</a>.</figcaption>
|
<figcaption><a href="http://www.flickr.com/photos/80901381@N04/7758832526/" title="Morning Fog Emerging From Trees by A Guy Taking Pictures, on Flickr">Morning Fog Emerging From Trees by A Guy Taking Pictures, on Flickr</a>.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. Ea fashion axe Marfa cillum aliquip. Retro Bushwick keytar cliche. Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies.
|
||||||
|
|
||||||
#### Two Up
|
#### Two Up
|
||||||
|
|
||||||
Apply the `half` class like so to display two images side by side that share the same caption.
|
Apply the `half` class like so to display two images side by side that share the same caption.
|
||||||
|
|
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -8,6 +8,9 @@ hr {
|
||||||
border-bottom: 1px solid #fff;
|
border-bottom: 1px solid #fff;
|
||||||
}
|
}
|
||||||
/* Figures and images ==================================== */
|
/* Figures and images ==================================== */
|
||||||
|
figure {
|
||||||
|
margin-bottom: @indent-var;
|
||||||
|
}
|
||||||
article img {
|
article img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
Loading…
Reference in a new issue