Skip to content

Commit ac5808c

Browse files
committed
[#36] add inner group css (accidentally got removed)
1 parent dd7df00 commit ac5808c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

style.css

+11-1
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,11 @@ ul.wp-block-post-template {
305305
list-style: none;
306306
}
307307

308+
.page-template-full-width-no-title .site-content > .container {
309+
max-width: none;
310+
padding-right: 0;
311+
padding-left: 0;
312+
}
308313

309314
@media (min-width: 750px) {
310315
.alignfull {
@@ -315,9 +320,14 @@ ul.wp-block-post-template {
315320
}
316321

317322
.alignwide {
318-
max-width: 1000%;
323+
max-width: 100%;
319324
margin-right: calc(25% - 25vw);
320325
margin-left: calc(25% - 25vw);
321326
width: auto;
322327
}
328+
329+
.wp-block-group__inner-container {
330+
max-width: 85.7143rem;
331+
margin: auto;
332+
}
323333
}

0 commit comments

Comments
 (0)