@@ -8461,6 +8461,22 @@ video {
84618461 gap: 1px !important;
84628462}
84638463
8464+ .grid-flow-row {
8465+ grid-auto-flow: row !important;
8466+ }
8467+
8468+ .grid-flow-col {
8469+ grid-auto-flow: column !important;
8470+ }
8471+
8472+ .grid-flow-row-dense {
8473+ grid-auto-flow: row dense !important;
8474+ }
8475+
8476+ .grid-flow-col-dense {
8477+ grid-auto-flow: column dense !important;
8478+ }
8479+
84648480.grid-cols-1 {
84658481 grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
84668482}
@@ -18046,6 +18062,22 @@ video {
1804618062 gap: 1px !important;
1804718063 }
1804818064
18065+ .sm\:grid-flow-row {
18066+ grid-auto-flow: row !important;
18067+ }
18068+
18069+ .sm\:grid-flow-col {
18070+ grid-auto-flow: column !important;
18071+ }
18072+
18073+ .sm\:grid-flow-row-dense {
18074+ grid-auto-flow: row dense !important;
18075+ }
18076+
18077+ .sm\:grid-flow-col-dense {
18078+ grid-auto-flow: column dense !important;
18079+ }
18080+
1804918081 .sm\:grid-cols-1 {
1805018082 grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
1805118083 }
@@ -27632,6 +27664,22 @@ video {
2763227664 gap: 1px !important;
2763327665 }
2763427666
27667+ .md\:grid-flow-row {
27668+ grid-auto-flow: row !important;
27669+ }
27670+
27671+ .md\:grid-flow-col {
27672+ grid-auto-flow: column !important;
27673+ }
27674+
27675+ .md\:grid-flow-row-dense {
27676+ grid-auto-flow: row dense !important;
27677+ }
27678+
27679+ .md\:grid-flow-col-dense {
27680+ grid-auto-flow: column dense !important;
27681+ }
27682+
2763527683 .md\:grid-cols-1 {
2763627684 grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
2763727685 }
@@ -37218,6 +37266,22 @@ video {
3721837266 gap: 1px !important;
3721937267 }
3722037268
37269+ .lg\:grid-flow-row {
37270+ grid-auto-flow: row !important;
37271+ }
37272+
37273+ .lg\:grid-flow-col {
37274+ grid-auto-flow: column !important;
37275+ }
37276+
37277+ .lg\:grid-flow-row-dense {
37278+ grid-auto-flow: row dense !important;
37279+ }
37280+
37281+ .lg\:grid-flow-col-dense {
37282+ grid-auto-flow: column dense !important;
37283+ }
37284+
3722137285 .lg\:grid-cols-1 {
3722237286 grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
3722337287 }
@@ -46804,6 +46868,22 @@ video {
4680446868 gap: 1px !important;
4680546869 }
4680646870
46871+ .xl\:grid-flow-row {
46872+ grid-auto-flow: row !important;
46873+ }
46874+
46875+ .xl\:grid-flow-col {
46876+ grid-auto-flow: column !important;
46877+ }
46878+
46879+ .xl\:grid-flow-row-dense {
46880+ grid-auto-flow: row dense !important;
46881+ }
46882+
46883+ .xl\:grid-flow-col-dense {
46884+ grid-auto-flow: column dense !important;
46885+ }
46886+
4680746887 .xl\:grid-cols-1 {
4680846888 grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
4680946889 }
0 commit comments