achille-press/sass/media/_captions.scss
2020-04-05 21:49:27 +01:00

17 lines
203 B
SCSS

.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
img[class*="wp-image-"] {
@include center-block;
}
.wp-caption-text {
margin: 0.8075em 0;
}
}
.wp-caption-text {
text-align: center;
}