Skip to content

Commit 3a0f209

Browse files
committed
Make wp-group position relative
1 parent 112809d commit 3a0f209

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sass/wp-blocks/group.scss

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.wp-block-group {
22

33
padding: 0;
4+
position: relative;
45

56
&.has-background {
67
width: 100vw;

sass/wp-blocks/styled-layout.scss

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
.wp-block-group {
44
padding-top: 100px;
55
padding-bottom: 100px;
6-
position: relative;
76

87
@include media-breakpoint-down(md) {
98
padding-top: 50px;

0 commit comments

Comments
 (0)