kril-theme/src/sass/underscores/_captions.scss

17 lines
202 B
SCSS
Raw Normal View History

2018-03-14 14:15:39 +02:00
.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;
}