wp-classes alignment (right, left, center) height set to auto for proper scaling

This commit is contained in:
88mpg
2015-10-30 13:16:57 -04:00
parent 8046666f7c
commit 24bcc412bc

View File

@@ -11,10 +11,12 @@
.aligncenter {
display: block;
margin: ($line-height-computed / 2) auto;
height: auto;
}
.alignleft,
.alignright {
margin-bottom: ($line-height-computed / 2);
height: auto;
}
@media (min-width: $screen-sm-min) {
// Only float if not on an extra small device