Skip to content

Commit 0d611aa

Browse files
samyakbardiyafarhaanbukhsh
authored andcommitted
fix: hide groovy star for smaller displays
Also matched the Node version in `.nvmrc` with README
1 parent a801534 commit 0d611aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.18.2
1+
22

src/tickets.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ layout: base.njk
2929
<img src="{{ env.baseUrl }}img/assets/star-lime-vector.svg" alt="Groovy star" class="md:w-16 md:h-16 w-10 h-10">
3030
</div>
3131

32-
<div class="absolute md:top-3/4 pt-52 md:right-20 right-12 md:block">
32+
<div class="absolute md:top-3/4 pt-52 md:right-20 right-12 hidden lg:block">
3333
<img src="{{ env.baseUrl }}img/assets/star-pink-vector.svg" alt="Groovy star" class="md:w-16 md:h-16 w-10 h-10">
3434
</div>
3535

0 commit comments

Comments
 (0)