We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ef23a commit 39dcdf2Copy full SHA for 39dcdf2
sass/wp-blocks/group.scss
@@ -4,8 +4,6 @@
4
5
&.alignfull {
6
width: 100vw;
7
- display: flex;
8
- justify-content: center;
9
10
margin-left: calc(50% - 50vw);
11
margin-right: calc(50% - 50vw);
sass/wp-blocks/styled-layout.scss
@@ -4,6 +4,11 @@
padding-top: 100px;
padding-bottom: 100px;
+ .wp-block-group {
+ padding-top: 0;
+ padding-bottom: 0;
+ }
+
12
@include media-breakpoint-down(md) {
13
padding-top: 50px;
14
padding-bottom: 50px;
0 commit comments