forked from mirror/_s
16 lines
201 B
SCSS
16 lines
201 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;
|
||
|
}
|