Skip to content

Commit 55460c9

Browse files
committed
make store select buttons bigger
1 parent 8feaa5f commit 55460c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/routes/(info)/lttstore/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<h1>Please select a store</h1>
88
<div class="flex justify-center items-center gap-4 flex-wrap">
99
<a href="/lttstore/us">
10-
<img class="max-w-64 w-[95dvw] aspect-19/10 object-fill" src={USFlag} alt="US" />
10+
<img class="max-w-75 w-[95dvw] aspect-19/10 object-fill" src={USFlag} alt="US" />
1111
United Sates
1212
</a>
1313
<a href="/lttstore/global">
14-
<div class="max-w-64 w-[95dvw]">
14+
<div class="max-w-75 w-[95dvw]">
1515
<Global/>
1616
</div>
1717
Global

0 commit comments

Comments
 (0)