improve figcaption styling for pictures with captions
This commit is contained in:
parent
b50611adfa
commit
61c393a452
1 changed files with 7 additions and 0 deletions
|
@ -170,6 +170,13 @@ figure.wp-caption {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
.wp-block-image figcaption {
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
text-align: center;
|
||||||
|
font-style: italic;
|
||||||
|
font-size: smaller;
|
||||||
|
color: $text-muted;
|
||||||
|
}
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
color: $dark;
|
color: $dark;
|
||||||
box-shadow: inherit !important;
|
box-shadow: inherit !important;
|
||||||
|
|
Loading…
Reference in a new issue