18 lines
203 B
SCSS
18 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;
|
||
|
}
|