wp-classes alignment (right, left, center) height set to auto for proper scaling
This commit is contained in:
@@ -11,10 +11,12 @@
|
|||||||
.aligncenter {
|
.aligncenter {
|
||||||
display: block;
|
display: block;
|
||||||
margin: ($line-height-computed / 2) auto;
|
margin: ($line-height-computed / 2) auto;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
.alignleft,
|
.alignleft,
|
||||||
.alignright {
|
.alignright {
|
||||||
margin-bottom: ($line-height-computed / 2);
|
margin-bottom: ($line-height-computed / 2);
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
@media (min-width: $screen-sm-min) {
|
@media (min-width: $screen-sm-min) {
|
||||||
// Only float if not on an extra small device
|
// Only float if not on an extra small device
|
||||||
|
|||||||
Reference in New Issue
Block a user