kril-theme/src/sass/underscores/_captions.scss
Holger Könemann 724c9ed0a2 update to 0.5.1
2018-03-14 13:15:39 +01:00

17 lines
202 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;
}