improve figcaption styling for pictures with captions

This commit is contained in:
Adam Piontek 2021-10-31 17:43:13 -04:00
parent b50611adfa
commit 61c393a452

View file

@ -170,6 +170,13 @@ figure.wp-caption {
max-width: 100%;
height: auto;
}
.wp-block-image figcaption {
margin-bottom: 1.5rem;
text-align: center;
font-style: italic;
font-size: smaller;
color: $text-muted;
}
.btn-primary {
color: $dark;
box-shadow: inherit !important;