wp-classes alignment (right, left, center) height set to auto for proper scaling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user