Skip to content

Commit 832f03c

Browse files
Create page_code_custom.html
1 parent 475501e commit 832f03c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

page_code_custom.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<style>
2+
/* grid layout reverse */
3+
@media screen and (min-width: 992px) {
4+
[data-order-last-desktop="true"] { order: 2; }
5+
}
6+
@media screen and (min-width: 768px) {
7+
[data-order-last-tablet="true"] { order: 2; }
8+
}
9+
</style>

0 commit comments

Comments
 (0)