Set a sensible line height for figure captions
This commit is contained in:
parent
5976923f23
commit
d3ad4b52a3
|
@ -130,7 +130,7 @@ img, figure, video {
|
||||||
|
|
||||||
figcaption {
|
figcaption {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 0;
|
line-height: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Block ads and junk*/
|
/*Block ads and junk*/
|
||||||
|
|
Loading…
Reference in New Issue