fix css caption
This commit is contained in:
parent
384c1a177e
commit
78cf457c06
|
@ -384,6 +384,7 @@ article .post-content {
|
|||
}
|
||||
|
||||
.page-content .block_color {
|
||||
font-size: 15px;
|
||||
padding-right: 15px;
|
||||
padding-left: 50px;
|
||||
border-radius: 10px;
|
||||
|
@ -471,7 +472,7 @@ figure.center {
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
figcaption h4 {
|
||||
figcaption h4, figcaption p {
|
||||
margin: 0px !important;
|
||||
font-weight: normal !important;
|
||||
color: white !important;
|
||||
|
|
Loading…
Reference in a new issue