summaryrefslogtreecommitdiff
path: root/src/sass/underscores/_captions.scss
blob: c299bfe8c652baa5fbbc97994ac78250755f10cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.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;
}