Skip to content

Commit df83017

Browse files
Update page_code_custom.html
1 parent e1cdb1a commit df83017

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

page_code_custom.html

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,3 @@
11
<style>
2-
/* grid layout reverse */
3-
@media screen and (min-width: 992px) {
4-
[data-order-desktop-first="true"] { order: -1; }
5-
[data-order-desktop-last="true"] { order: 2; }
6-
}
7-
@media screen and (min-width: 768px) {
8-
[data-order-tablet-first="true"] { order: -1; }
9-
[data-order-tablet-last="true"] { order: 2; }
10-
}
11-
/* align items */
12-
[data-align-items-start="true"] { align-items: start !important; }
13-
[data-align-items-center="true"] { align-items: center !important; }
14-
[data-align-items-end="true"] { align-items: end !important; }
15-
/* justify content */
16-
[data-justify-content-start="true"] { justify-content: start !important; }
17-
[data-justify-content-center="true"] { justify-content: center !important; }
18-
[data-justify-content-end="true"] { justify-content: end !important; }
19-
[data-justify-content="top"] { justify-content: start !important; }
20-
[data-justify-content="center"] { justify-content: center !important; }
21-
[data-justify-content="bottom"] { justify-content: end !important; }
22-
/* text align */
23-
[data-text-align-left="true"] { text-align: left !important; }
24-
[data-text-align-center="true"] { text-align: center !important; }
25-
[data-text-align-right="true"] { text-align: right !important; }
26-
/* max width */
27-
[data-max-width-none="true"] { max-width: none !important; }
28-
/* hide section if it has no cms items */
29-
[data-cms-check="true"]:not(:has(.w-dyn-item)) {
30-
display: none;
31-
}
2+
323
</style>

0 commit comments

Comments
 (0)