Skip to content

Commit dd7df00

Browse files
committed
[#36] align-wide with 1000%
1 parent 3585f8c commit dd7df00

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

style.css

+1-6
Original file line numberDiff line numberDiff line change
@@ -305,11 +305,6 @@ 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-
}
313308

314309
@media (min-width: 750px) {
315310
.alignfull {
@@ -320,7 +315,7 @@ ul.wp-block-post-template {
320315
}
321316

322317
.alignwide {
323-
max-width: 100%;
318+
max-width: 1000%;
324319
margin-right: calc(25% - 25vw);
325320
margin-left: calc(25% - 25vw);
326321
width: auto;

0 commit comments

Comments
 (0)