Skip to content

Commit 015435e

Browse files
authored
Merge pull request #330 from BeAPI/feature/wp-bock-group-full-width
wp block group - add full width mobile class
2 parents 9b673fa + 63842f3 commit 015435e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/scss/06-blocks/core/_group.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
}
1212
}
1313
}
14+
15+
@include breakpoints(sm, max) {
16+
&--full-mobile {
17+
max-width: 100% !important;
18+
}
19+
}
1420
}
1521

1622
@include editor-only {

0 commit comments

Comments
 (0)