We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9f53d commit b4c0d48Copy full SHA for b4c0d48
src/index.pcss
@@ -92,3 +92,31 @@
92
bottom: 20%;
93
}
94
95
+
96
+[data-card="9"],
97
+[data-card="10"] {
98
+ display: grid;
99
+ grid-template-rows: repeat(4, 25%);
100
+ grid-template-columns: 50% 50%;
101
+ justify-items: center;
102
+ align-items: center;
103
+ position: relative;
104
105
+ & .item:nth-child(1) {
106
+ position: absolute;
107
+ }
108
+}
109
110
111
112
113
114
115
+ top: 15%;
116
117
118
+ & .item:nth-child(10) {
119
120
+ bottom: 15%;
121
122
0 commit comments