... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
:root { |
2 | 2 |
--grid-columns: 12; |
3 |
- --grid-rows: 6; |
|
3 |
+ --grid-rows: 7; |
|
4 | 4 |
} |
5 | 5 |
|
6 | 6 |
.gp--col-start-1 { |
... | ... |
@@ -147,295 +147,245 @@ |
147 | 147 |
grid-row-end: 7; |
148 | 148 |
} |
149 | 149 |
|
150 |
+.gp--row-start-7 { |
|
151 |
+ grid-row-start: 7; |
|
152 |
+} |
|
153 |
+ |
|
154 |
+.gp--row-end-8 { |
|
155 |
+ grid-row-end: 8; |
|
156 |
+} |
|
157 |
+ |
|
150 | 158 |
@media (max-width: 900px) { |
151 | 159 |
.gp--col-tablet-start-1 { |
152 | 160 |
grid-column-start: 1; |
153 | 161 |
} |
154 |
- |
|
155 | 162 |
.gp--col-tablet-end-2 { |
156 | 163 |
grid-column-end: 2; |
157 | 164 |
} |
158 |
- |
|
159 | 165 |
.gp--col-tablet-start-2 { |
160 | 166 |
grid-column-start: 2; |
161 | 167 |
} |
162 |
- |
|
163 | 168 |
.gp--col-tablet-end-3 { |
164 | 169 |
grid-column-end: 3; |
165 | 170 |
} |
166 |
- |
|
167 | 171 |
.gp--col-tablet-start-3 { |
168 | 172 |
grid-column-start: 3; |
169 | 173 |
} |
170 |
- |
|
171 | 174 |
.gp--col-tablet-end-4 { |
172 | 175 |
grid-column-end: 4; |
173 | 176 |
} |
174 |
- |
|
175 | 177 |
.gp--col-tablet-start-4 { |
176 | 178 |
grid-column-start: 4; |
177 | 179 |
} |
178 |
- |
|
179 | 180 |
.gp--col-tablet-end-5 { |
180 | 181 |
grid-column-end: 5; |
181 | 182 |
} |
182 |
- |
|
183 | 183 |
.gp--col-tablet-start-5 { |
184 | 184 |
grid-column-start: 5; |
185 | 185 |
} |
186 |
- |
|
187 | 186 |
.gp--col-tablet-end-6 { |
188 | 187 |
grid-column-end: 6; |
189 | 188 |
} |
190 |
- |
|
191 | 189 |
.gp--col-tablet-start-6 { |
192 | 190 |
grid-column-start: 6; |
193 | 191 |
} |
194 |
- |
|
195 | 192 |
.gp--col-tablet-end-7 { |
196 | 193 |
grid-column-end: 7; |
197 | 194 |
} |
198 |
- |
|
199 | 195 |
.gp--col-tablet-start-7 { |
200 | 196 |
grid-column-start: 7; |
201 | 197 |
} |
202 |
- |
|
203 | 198 |
.gp--col-tablet-end-8 { |
204 | 199 |
grid-column-end: 8; |
205 | 200 |
} |
206 |
- |
|
207 | 201 |
.gp--col-tablet-start-8 { |
208 | 202 |
grid-column-start: 8; |
209 | 203 |
} |
210 |
- |
|
211 | 204 |
.gp--col-tablet-end-9 { |
212 | 205 |
grid-column-end: 9; |
213 | 206 |
} |
214 |
- |
|
215 | 207 |
.gp--col-tablet-start-9 { |
216 | 208 |
grid-column-start: 9; |
217 | 209 |
} |
218 |
- |
|
219 | 210 |
.gp--col-tablet-end-10 { |
220 | 211 |
grid-column-end: 10; |
221 | 212 |
} |
222 |
- |
|
223 | 213 |
.gp--col-tablet-start-10 { |
224 | 214 |
grid-column-start: 10; |
225 | 215 |
} |
226 |
- |
|
227 | 216 |
.gp--col-tablet-end-11 { |
228 | 217 |
grid-column-end: 11; |
229 | 218 |
} |
230 |
- |
|
231 | 219 |
.gp--col-tablet-start-11 { |
232 | 220 |
grid-column-start: 11; |
233 | 221 |
} |
234 |
- |
|
235 | 222 |
.gp--col-tablet-end-12 { |
236 | 223 |
grid-column-end: 12; |
237 | 224 |
} |
238 |
- |
|
239 | 225 |
.gp--col-tablet-start-12 { |
240 | 226 |
grid-column-start: 12; |
241 | 227 |
} |
242 |
- |
|
243 | 228 |
.gp--col-tablet-end-13 { |
244 | 229 |
grid-column-end: 13; |
245 | 230 |
} |
246 |
- |
|
247 | 231 |
.gp--row-tablet-start-1 { |
248 | 232 |
grid-row-start: 1; |
249 | 233 |
} |
250 |
- |
|
251 | 234 |
.gp--row-tablet-end-2 { |
252 | 235 |
grid-row-end: 2; |
253 | 236 |
} |
254 |
- |
|
255 | 237 |
.gp--row-tablet-start-2 { |
256 | 238 |
grid-row-start: 2; |
257 | 239 |
} |
258 |
- |
|
259 | 240 |
.gp--row-tablet-end-3 { |
260 | 241 |
grid-row-end: 3; |
261 | 242 |
} |
262 |
- |
|
263 | 243 |
.gp--row-tablet-start-3 { |
264 | 244 |
grid-row-start: 3; |
265 | 245 |
} |
266 |
- |
|
267 | 246 |
.gp--row-tablet-end-4 { |
268 | 247 |
grid-row-end: 4; |
269 | 248 |
} |
270 |
- |
|
271 | 249 |
.gp--row-tablet-start-4 { |
272 | 250 |
grid-row-start: 4; |
273 | 251 |
} |
274 |
- |
|
275 | 252 |
.gp--row-tablet-end-5 { |
276 | 253 |
grid-row-end: 5; |
277 | 254 |
} |
278 |
- |
|
279 | 255 |
.gp--row-tablet-start-5 { |
280 | 256 |
grid-row-start: 5; |
281 | 257 |
} |
282 |
- |
|
283 | 258 |
.gp--row-tablet-end-6 { |
284 | 259 |
grid-row-end: 6; |
285 | 260 |
} |
286 |
- |
|
287 | 261 |
.gp--row-tablet-start-6 { |
288 | 262 |
grid-row-start: 6; |
289 | 263 |
} |
290 |
- |
|
291 | 264 |
.gp--row-tablet-end-7 { |
292 | 265 |
grid-row-end: 7; |
293 | 266 |
} |
267 |
+ .gp--row-tablet-start-7 { |
|
268 |
+ grid-row-start: 7; |
|
269 |
+ } |
|
270 |
+ .gp--row-tablet-end-8 { |
|
271 |
+ grid-row-end: 8; |
|
272 |
+ } |
|
294 | 273 |
} |
295 | 274 |
@media (max-width: 599px) { |
296 | 275 |
.gp--col-mobil-start-1 { |
297 | 276 |
grid-column-start: 1; |
298 | 277 |
} |
299 |
- |
|
300 | 278 |
.gp--col-mobil-end-2 { |
301 | 279 |
grid-column-end: 2; |
302 | 280 |
} |
303 |
- |
|
304 | 281 |
.gp--col-mobil-start-2 { |
305 | 282 |
grid-column-start: 2; |
306 | 283 |
} |
307 |
- |
|
308 | 284 |
.gp--col-mobil-end-3 { |
309 | 285 |
grid-column-end: 3; |
310 | 286 |
} |
311 |
- |
|
312 | 287 |
.gp--col-mobil-start-3 { |
313 | 288 |
grid-column-start: 3; |
314 | 289 |
} |
315 |
- |
|
316 | 290 |
.gp--col-mobil-end-4 { |
317 | 291 |
grid-column-end: 4; |
318 | 292 |
} |
319 |
- |
|
320 | 293 |
.gp--col-mobil-start-4 { |
321 | 294 |
grid-column-start: 4; |
322 | 295 |
} |
323 |
- |
|
324 | 296 |
.gp--col-mobil-end-5 { |
325 | 297 |
grid-column-end: 5; |
326 | 298 |
} |
327 |
- |
|
328 | 299 |
.gp--col-mobil-start-5 { |
329 | 300 |
grid-column-start: 5; |
330 | 301 |
} |
331 |
- |
|
332 | 302 |
.gp--col-mobil-end-6 { |
333 | 303 |
grid-column-end: 6; |
334 | 304 |
} |
335 |
- |
|
336 | 305 |
.gp--col-mobil-start-6 { |
337 | 306 |
grid-column-start: 6; |
338 | 307 |
} |
339 |
- |
|
340 | 308 |
.gp--col-mobil-end-7 { |
341 | 309 |
grid-column-end: 7; |
342 | 310 |
} |
343 |
- |
|
344 | 311 |
.gp--col-mobil-start-7 { |
345 | 312 |
grid-column-start: 7; |
346 | 313 |
} |
347 |
- |
|
348 | 314 |
.gp--col-mobil-end-8 { |
349 | 315 |
grid-column-end: 8; |
350 | 316 |
} |
351 |
- |
|
352 | 317 |
.gp--col-mobil-start-8 { |
353 | 318 |
grid-column-start: 8; |
354 | 319 |
} |
355 |
- |
|
356 | 320 |
.gp--col-mobil-end-9 { |
357 | 321 |
grid-column-end: 9; |
358 | 322 |
} |
359 |
- |
|
360 | 323 |
.gp--col-mobil-start-9 { |
361 | 324 |
grid-column-start: 9; |
362 | 325 |
} |
363 |
- |
|
364 | 326 |
.gp--col-mobil-end-10 { |
365 | 327 |
grid-column-end: 10; |
366 | 328 |
} |
367 |
- |
|
368 | 329 |
.gp--col-mobil-start-10 { |
369 | 330 |
grid-column-start: 10; |
370 | 331 |
} |
371 |
- |
|
372 | 332 |
.gp--col-mobil-end-11 { |
373 | 333 |
grid-column-end: 11; |
374 | 334 |
} |
375 |
- |
|
376 | 335 |
.gp--col-mobil-start-11 { |
377 | 336 |
grid-column-start: 11; |
378 | 337 |
} |
379 |
- |
|
380 | 338 |
.gp--col-mobil-end-12 { |
381 | 339 |
grid-column-end: 12; |
382 | 340 |
} |
383 |
- |
|
384 | 341 |
.gp--col-mobil-start-12 { |
385 | 342 |
grid-column-start: 12; |
386 | 343 |
} |
387 |
- |
|
388 | 344 |
.gp--col-mobil-end-13 { |
389 | 345 |
grid-column-end: 13; |
390 | 346 |
} |
391 |
- |
|
392 | 347 |
.gp--row-mobil-start-1 { |
393 | 348 |
grid-row-start: 1; |
394 | 349 |
} |
395 |
- |
|
396 | 350 |
.gp--row-mobil-end-2 { |
397 | 351 |
grid-row-end: 2; |
398 | 352 |
} |
399 |
- |
|
400 | 353 |
.gp--row-mobil-start-2 { |
401 | 354 |
grid-row-start: 2; |
402 | 355 |
} |
403 |
- |
|
404 | 356 |
.gp--row-mobil-end-3 { |
405 | 357 |
grid-row-end: 3; |
406 | 358 |
} |
407 |
- |
|
408 | 359 |
.gp--row-mobil-start-3 { |
409 | 360 |
grid-row-start: 3; |
410 | 361 |
} |
411 |
- |
|
412 | 362 |
.gp--row-mobil-end-4 { |
413 | 363 |
grid-row-end: 4; |
414 | 364 |
} |
415 |
- |
|
416 | 365 |
.gp--row-mobil-start-4 { |
417 | 366 |
grid-row-start: 4; |
418 | 367 |
} |
419 |
- |
|
420 | 368 |
.gp--row-mobil-end-5 { |
421 | 369 |
grid-row-end: 5; |
422 | 370 |
} |
423 |
- |
|
424 | 371 |
.gp--row-mobil-start-5 { |
425 | 372 |
grid-row-start: 5; |
426 | 373 |
} |
427 |
- |
|
428 | 374 |
.gp--row-mobil-end-6 { |
429 | 375 |
grid-row-end: 6; |
430 | 376 |
} |
431 |
- |
|
432 | 377 |
.gp--row-mobil-start-6 { |
433 | 378 |
grid-row-start: 6; |
434 | 379 |
} |
435 |
- |
|
436 | 380 |
.gp--row-mobil-end-7 { |
437 | 381 |
grid-row-end: 7; |
438 | 382 |
} |
383 |
+ .gp--row-mobil-start-7 { |
|
384 |
+ grid-row-start: 7; |
|
385 |
+ } |
|
386 |
+ .gp--row-mobil-end-8 { |
|
387 |
+ grid-row-end: 8; |
|
388 |
+ } |
|
439 | 389 |
} |
440 | 390 |
.content-grid-placement-wrapper { |
441 | 391 |
display: flex; |
... | ... |
@@ -1 +1 @@ |
1 |
-:root{--grid-columns:12;--grid-rows:6}.gp--col-start-1{grid-column-start:1}.gp--col-end-2{grid-column-end:2}.gp--col-start-2{grid-column-start:2}.gp--col-end-3{grid-column-end:3}.gp--col-start-3{grid-column-start:3}.gp--col-end-4{grid-column-end:4}.gp--col-start-4{grid-column-start:4}.gp--col-end-5{grid-column-end:5}.gp--col-start-5{grid-column-start:5}.gp--col-end-6{grid-column-end:6}.gp--col-start-6{grid-column-start:6}.gp--col-end-7{grid-column-end:7}.gp--col-start-7{grid-column-start:7}.gp--col-end-8{grid-column-end:8}.gp--col-start-8{grid-column-start:8}.gp--col-end-9{grid-column-end:9}.gp--col-start-9{grid-column-start:9}.gp--col-end-10{grid-column-end:10}.gp--col-start-10{grid-column-start:10}.gp--col-end-11{grid-column-end:11}.gp--col-start-11{grid-column-start:11}.gp--col-end-12{grid-column-end:12}.gp--col-start-12{grid-column-start:12}.gp--col-end-13{grid-column-end:13}.gp--row-start-1{grid-row-start:1}.gp--row-end-2{grid-row-end:2}.gp--row-start-2{grid-row-start:2}.gp--row-end-3{grid-row-end:3}.gp--row-start-3{grid-row-start:3}.gp--row-end-4{grid-row-end:4}.gp--row-start-4{grid-row-start:4}.gp--row-end-5{grid-row-end:5}.gp--row-start-5{grid-row-start:5}.gp--row-end-6{grid-row-end:6}.gp--row-start-6{grid-row-start:6}.gp--row-end-7{grid-row-end:7}@media (max-width:900px){.gp--col-tablet-start-1{grid-column-start:1}.gp--col-tablet-end-2{grid-column-end:2}.gp--col-tablet-start-2{grid-column-start:2}.gp--col-tablet-end-3{grid-column-end:3}.gp--col-tablet-start-3{grid-column-start:3}.gp--col-tablet-end-4{grid-column-end:4}.gp--col-tablet-start-4{grid-column-start:4}.gp--col-tablet-end-5{grid-column-end:5}.gp--col-tablet-start-5{grid-column-start:5}.gp--col-tablet-end-6{grid-column-end:6}.gp--col-tablet-start-6{grid-column-start:6}.gp--col-tablet-end-7{grid-column-end:7}.gp--col-tablet-start-7{grid-column-start:7}.gp--col-tablet-end-8{grid-column-end:8}.gp--col-tablet-start-8{grid-column-start:8}.gp--col-tablet-end-9{grid-column-end:9}.gp--col-tablet-start-9{grid-column-start:9}.gp--col-tablet-end-10{grid-column-end:10}.gp--col-tablet-start-10{grid-column-start:10}.gp--col-tablet-end-11{grid-column-end:11}.gp--col-tablet-start-11{grid-column-start:11}.gp--col-tablet-end-12{grid-column-end:12}.gp--col-tablet-start-12{grid-column-start:12}.gp--col-tablet-end-13{grid-column-end:13}.gp--row-tablet-start-1{grid-row-start:1}.gp--row-tablet-end-2{grid-row-end:2}.gp--row-tablet-start-2{grid-row-start:2}.gp--row-tablet-end-3{grid-row-end:3}.gp--row-tablet-start-3{grid-row-start:3}.gp--row-tablet-end-4{grid-row-end:4}.gp--row-tablet-start-4{grid-row-start:4}.gp--row-tablet-end-5{grid-row-end:5}.gp--row-tablet-start-5{grid-row-start:5}.gp--row-tablet-end-6{grid-row-end:6}.gp--row-tablet-start-6{grid-row-start:6}.gp--row-tablet-end-7{grid-row-end:7}}@media (max-width:599px){.gp--col-mobil-start-1{grid-column-start:1}.gp--col-mobil-end-2{grid-column-end:2}.gp--col-mobil-start-2{grid-column-start:2}.gp--col-mobil-end-3{grid-column-end:3}.gp--col-mobil-start-3{grid-column-start:3}.gp--col-mobil-end-4{grid-column-end:4}.gp--col-mobil-start-4{grid-column-start:4}.gp--col-mobil-end-5{grid-column-end:5}.gp--col-mobil-start-5{grid-column-start:5}.gp--col-mobil-end-6{grid-column-end:6}.gp--col-mobil-start-6{grid-column-start:6}.gp--col-mobil-end-7{grid-column-end:7}.gp--col-mobil-start-7{grid-column-start:7}.gp--col-mobil-end-8{grid-column-end:8}.gp--col-mobil-start-8{grid-column-start:8}.gp--col-mobil-end-9{grid-column-end:9}.gp--col-mobil-start-9{grid-column-start:9}.gp--col-mobil-end-10{grid-column-end:10}.gp--col-mobil-start-10{grid-column-start:10}.gp--col-mobil-end-11{grid-column-end:11}.gp--col-mobil-start-11{grid-column-start:11}.gp--col-mobil-end-12{grid-column-end:12}.gp--col-mobil-start-12{grid-column-start:12}.gp--col-mobil-end-13{grid-column-end:13}.gp--row-mobil-start-1{grid-row-start:1}.gp--row-mobil-end-2{grid-row-end:2}.gp--row-mobil-start-2{grid-row-start:2}.gp--row-mobil-end-3{grid-row-end:3}.gp--row-mobil-start-3{grid-row-start:3}.gp--row-mobil-end-4{grid-row-end:4}.gp--row-mobil-start-4{grid-row-start:4}.gp--row-mobil-end-5{grid-row-end:5}.gp--row-mobil-start-5{grid-row-start:5}.gp--row-mobil-end-6{grid-row-end:6}.gp--row-mobil-start-6{grid-row-start:6}.gp--row-mobil-end-7{grid-row-end:7}}.content-grid-placement-wrapper{display:flex;min-height:100%}.gp--grid-container{min-height:100%;display:grid;grid-template-columns:repeat(var(--grid-columns),minmax(0,1fr));grid-template-rows:repeat(var(--grid-rows),minmax(0,auto))} |
|
2 | 1 |
\ No newline at end of file |
2 |
+:root{--grid-columns:12;--grid-rows:7}.gp--col-start-1{grid-column-start:1}.gp--col-end-2{grid-column-end:2}.gp--col-start-2{grid-column-start:2}.gp--col-end-3{grid-column-end:3}.gp--col-start-3{grid-column-start:3}.gp--col-end-4{grid-column-end:4}.gp--col-start-4{grid-column-start:4}.gp--col-end-5{grid-column-end:5}.gp--col-start-5{grid-column-start:5}.gp--col-end-6{grid-column-end:6}.gp--col-start-6{grid-column-start:6}.gp--col-end-7{grid-column-end:7}.gp--col-start-7{grid-column-start:7}.gp--col-end-8{grid-column-end:8}.gp--col-start-8{grid-column-start:8}.gp--col-end-9{grid-column-end:9}.gp--col-start-9{grid-column-start:9}.gp--col-end-10{grid-column-end:10}.gp--col-start-10{grid-column-start:10}.gp--col-end-11{grid-column-end:11}.gp--col-start-11{grid-column-start:11}.gp--col-end-12{grid-column-end:12}.gp--col-start-12{grid-column-start:12}.gp--col-end-13{grid-column-end:13}.gp--row-start-1{grid-row-start:1}.gp--row-end-2{grid-row-end:2}.gp--row-start-2{grid-row-start:2}.gp--row-end-3{grid-row-end:3}.gp--row-start-3{grid-row-start:3}.gp--row-end-4{grid-row-end:4}.gp--row-start-4{grid-row-start:4}.gp--row-end-5{grid-row-end:5}.gp--row-start-5{grid-row-start:5}.gp--row-end-6{grid-row-end:6}.gp--row-start-6{grid-row-start:6}.gp--row-end-7{grid-row-end:7}.gp--row-start-7{grid-row-start:7}.gp--row-end-8{grid-row-end:8}@media (max-width:900px){.gp--col-tablet-start-1{grid-column-start:1}.gp--col-tablet-end-2{grid-column-end:2}.gp--col-tablet-start-2{grid-column-start:2}.gp--col-tablet-end-3{grid-column-end:3}.gp--col-tablet-start-3{grid-column-start:3}.gp--col-tablet-end-4{grid-column-end:4}.gp--col-tablet-start-4{grid-column-start:4}.gp--col-tablet-end-5{grid-column-end:5}.gp--col-tablet-start-5{grid-column-start:5}.gp--col-tablet-end-6{grid-column-end:6}.gp--col-tablet-start-6{grid-column-start:6}.gp--col-tablet-end-7{grid-column-end:7}.gp--col-tablet-start-7{grid-column-start:7}.gp--col-tablet-end-8{grid-column-end:8}.gp--col-tablet-start-8{grid-column-start:8}.gp--col-tablet-end-9{grid-column-end:9}.gp--col-tablet-start-9{grid-column-start:9}.gp--col-tablet-end-10{grid-column-end:10}.gp--col-tablet-start-10{grid-column-start:10}.gp--col-tablet-end-11{grid-column-end:11}.gp--col-tablet-start-11{grid-column-start:11}.gp--col-tablet-end-12{grid-column-end:12}.gp--col-tablet-start-12{grid-column-start:12}.gp--col-tablet-end-13{grid-column-end:13}.gp--row-tablet-start-1{grid-row-start:1}.gp--row-tablet-end-2{grid-row-end:2}.gp--row-tablet-start-2{grid-row-start:2}.gp--row-tablet-end-3{grid-row-end:3}.gp--row-tablet-start-3{grid-row-start:3}.gp--row-tablet-end-4{grid-row-end:4}.gp--row-tablet-start-4{grid-row-start:4}.gp--row-tablet-end-5{grid-row-end:5}.gp--row-tablet-start-5{grid-row-start:5}.gp--row-tablet-end-6{grid-row-end:6}.gp--row-tablet-start-6{grid-row-start:6}.gp--row-tablet-end-7{grid-row-end:7}.gp--row-tablet-start-7{grid-row-start:7}.gp--row-tablet-end-8{grid-row-end:8}}@media (max-width:599px){.gp--col-mobil-start-1{grid-column-start:1}.gp--col-mobil-end-2{grid-column-end:2}.gp--col-mobil-start-2{grid-column-start:2}.gp--col-mobil-end-3{grid-column-end:3}.gp--col-mobil-start-3{grid-column-start:3}.gp--col-mobil-end-4{grid-column-end:4}.gp--col-mobil-start-4{grid-column-start:4}.gp--col-mobil-end-5{grid-column-end:5}.gp--col-mobil-start-5{grid-column-start:5}.gp--col-mobil-end-6{grid-column-end:6}.gp--col-mobil-start-6{grid-column-start:6}.gp--col-mobil-end-7{grid-column-end:7}.gp--col-mobil-start-7{grid-column-start:7}.gp--col-mobil-end-8{grid-column-end:8}.gp--col-mobil-start-8{grid-column-start:8}.gp--col-mobil-end-9{grid-column-end:9}.gp--col-mobil-start-9{grid-column-start:9}.gp--col-mobil-end-10{grid-column-end:10}.gp--col-mobil-start-10{grid-column-start:10}.gp--col-mobil-end-11{grid-column-end:11}.gp--col-mobil-start-11{grid-column-start:11}.gp--col-mobil-end-12{grid-column-end:12}.gp--col-mobil-start-12{grid-column-start:12}.gp--col-mobil-end-13{grid-column-end:13}.gp--row-mobil-start-1{grid-row-start:1}.gp--row-mobil-end-2{grid-row-end:2}.gp--row-mobil-start-2{grid-row-start:2}.gp--row-mobil-end-3{grid-row-end:3}.gp--row-mobil-start-3{grid-row-start:3}.gp--row-mobil-end-4{grid-row-end:4}.gp--row-mobil-start-4{grid-row-start:4}.gp--row-mobil-end-5{grid-row-end:5}.gp--row-mobil-start-5{grid-row-start:5}.gp--row-mobil-end-6{grid-row-end:6}.gp--row-mobil-start-6{grid-row-start:6}.gp--row-mobil-end-7{grid-row-end:7}.gp--row-mobil-start-7{grid-row-start:7}.gp--row-mobil-end-8{grid-row-end:8}}.content-grid-placement-wrapper{display:flex;min-height:100%}.gp--grid-container{min-height:100%;display:grid;grid-template-columns:repeat(var(--grid-columns),minmax(0,1fr));grid-template-rows:repeat(var(--grid-rows),minmax(0,auto))} |
|
3 | 3 |
\ No newline at end of file |