Spaces:
Running
Running
Commit
·
aa9574f
1
Parent(s):
d581258
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -102,7 +102,7 @@
|
|
102 |
class="container px-6 grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4 mx-auto relative"
|
103 |
x-data="modelsData"
|
104 |
>
|
105 |
-
<div class="col-span-
|
106 |
<h1 class="text-lg font-semibold dark:text-white whitespace-nowrap">You can use some of these we are looking to put in the Members Section</h1>
|
107 |
</div>
|
108 |
|
|
|
102 |
class="container px-6 grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4 mx-auto relative"
|
103 |
x-data="modelsData"
|
104 |
>
|
105 |
+
<div class="col-span-4 lg:col-span-2 flex flex-col gap-2 row-start">
|
106 |
<h1 class="text-lg font-semibold dark:text-white whitespace-nowrap">You can use some of these we are looking to put in the Members Section</h1>
|
107 |
</div>
|
108 |
|