Spaces:
Running
Running
Commit
•
d913916
1
Parent(s):
f0e2630
Use flex
Browse files- index.html +1 -3
index.html
CHANGED
@@ -43,8 +43,6 @@
|
|
43 |
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
44 |
grid-gap: 10px;
|
45 |
margin-top: 3.5rem;
|
46 |
-
margin-left: 12rem;
|
47 |
-
margin-right: 12rem;
|
48 |
}
|
49 |
|
50 |
.grid-item {
|
@@ -182,7 +180,7 @@
|
|
182 |
</div>
|
183 |
</div>
|
184 |
</section>
|
185 |
-
<div class="grid-
|
186 |
<template x-for="theme in themes" :key="theme.id">
|
187 |
<div class="grid-item">
|
188 |
<iframe :src="`${theme.subdomain}?_=${new Date().getTime()}&__theme=${mode}`" :alt="theme.id" scrolling="no" frameborder="0"></iframe>
|
|
|
43 |
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
44 |
grid-gap: 10px;
|
45 |
margin-top: 3.5rem;
|
|
|
|
|
46 |
}
|
47 |
|
48 |
.grid-item {
|
|
|
180 |
</div>
|
181 |
</div>
|
182 |
</section>
|
183 |
+
<div class="container px-6 grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-2 mx-auto my-8 relative">
|
184 |
<template x-for="theme in themes" :key="theme.id">
|
185 |
<div class="grid-item">
|
186 |
<iframe :src="`${theme.subdomain}?_=${new Date().getTime()}&__theme=${mode}`" :alt="theme.id" scrolling="no" frameborder="0"></iframe>
|