fix image caption spacing when links
This commit is contained in:
parent
6d3775a3ff
commit
f59e21cbfb
1 changed files with 4 additions and 1 deletions
|
@ -344,10 +344,13 @@ figure {
|
||||||
figure > img {
|
figure > img {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
figure > a > img {
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
figcaption {
|
figcaption {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tagline {
|
.tagline {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue