Add alt and caption support to feature image

This commit is contained in:
Sodbileg Gansukh 2021-07-08 13:19:04 +08:00
parent 7522cc070c
commit 912129b0cd
6 changed files with 26 additions and 16 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -123,7 +123,7 @@
margin-top: 6vmin;
}
.kg-card figcaption {
figcaption {
padding: 1.5rem 1.5rem 0;
text-align: center;
color: rgba(0,0,0,0.5);
@ -132,7 +132,7 @@
line-height: 1.4em;
}
.kg-card figcaption strong {
figcaption strong {
color: rgba(0,0,0,0.8);
}