Skip to content

Commit 8a43266

Browse files
committed
sizing
1 parent f1ab8c4 commit 8a43266

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

usehooks.com/src/components/QueryGGBanner.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Button from "./Button.astro";
88
>
99
<a
1010
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]"
1212
>
1313
<img src={"/img/querygg/corner-top-left.svg"} alt="" class="sun" />
1414
<img
@@ -68,7 +68,6 @@ import Button from "./Button.astro";
6868
<p class="col-span-full text-xs">minutes</p>
6969
</div>
7070
</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> -->
7271
<Button
7372
text="Join Now"
7473
size="small"

0 commit comments

Comments
 (0)