improve bottom margin for featured img; figcaption style; increment version
This commit is contained in:
parent
f3bda24a8c
commit
dd7d915f38
4 changed files with 12 additions and 3 deletions
assets/css
|
@ -265,6 +265,15 @@ img,
|
|||
figure.wp-caption {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
.wp-block-image figcaption {
|
||||
margin-top: -1.2rem;
|
||||
margin-bottom: 1.5rem;
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
font-size: smaller;
|
||||
color: $text-muted;
|
||||
}
|
||||
.btn {
|
||||
font-family: $font-family-sans-serif;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue