|
@@ -22,6 +22,8 @@
|
|
|
margin-bottom: var(--global--spacing-vertical);
|
|
|
}
|
|
|
|
|
|
+// Targeting the .entry-content class is necessary to ensure these styles
|
|
|
+// only apply when the block isn't nested.
|
|
|
.entry-content > .alignleft {
|
|
|
@extend %responsive-alignleft-mobile;
|
|
|
@extend %responsive-alignleft;
|
|
@@ -51,6 +53,9 @@
|
|
|
margin-left: var(--global--spacing-horizontal);
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+// Targeting the .entry-content class is necessary to ensure these styles
|
|
|
+// only apply when the block isn't nested.
|
|
|
.entry-content > .alignright {
|
|
|
@extend %responsive-alignright-mobile;
|
|
|
@extend %responsive-alignright;
|