File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
usehooks.com/src/components Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import Button from "./Button.astro";
8
8
>
9
9
<a
10
10
href =" https://query.gg"
11
- class =" lg:w-7/12 pb-4 grid grid-cols-[100px_1fr_100px] lg:grid-cols-[110px_1fr] xl:grid-cols-[150px_1fr]"
11
+ class =" lg:w-7/12 pb-4 grid grid-cols-[70px_1fr_70px] sm:grid-cols-[ 100px_1fr_100px] lg:grid-cols-[110px_1fr] xl:grid-cols-[150px_1fr]"
12
12
>
13
13
<img src ={ " /img/querygg/corner-top-left.svg" } alt =" " class =" sun" />
14
14
<img
@@ -68,7 +68,6 @@ import Button from "./Button.astro";
68
68
<p class =" col-span-full text-xs" >minutes</p >
69
69
</div >
70
70
</div >
71
- <!-- <a href="query.gg" class="mt-4 mb-1 lg:mb-2 px-6 py-2 inline-block bg-brand-purple dark:bg-brand-yellow text-brand-white dark:text-brand-charcoal rounded-full uppercase border border-black cursor-pointer font-black">Join now</a> -->
72
71
<Button
73
72
text =" Join Now"
74
73
size =" small"
You can’t perform that action at this time.
0 commit comments