mirror of https://github.com/vtrois/kratos
fix: figcaption does not work (#471)
parent
d31fdc7285
commit
699946eabf
|
@ -1109,6 +1109,7 @@ ol {
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-main .details .article .content .wp-block-image figcaption {
|
.k-main .details .article .content .wp-block-image figcaption {
|
||||||
|
text-align: center;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1143,7 +1144,7 @@ ol {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-main .details .article .content .aligncenter figcaption{
|
.k-main .details .article .content .aligncenter figcaption {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue