We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8feaa5f commit 55460c9Copy full SHA for 55460c9
1 file changed
src/routes/(info)/lttstore/+page.svelte
@@ -7,11 +7,11 @@
7
<h1>Please select a store</h1>
8
<div class="flex justify-center items-center gap-4 flex-wrap">
9
<a href="/lttstore/us">
10
- <img class="max-w-64 w-[95dvw] aspect-19/10 object-fill" src={USFlag} alt="US" />
+ <img class="max-w-75 w-[95dvw] aspect-19/10 object-fill" src={USFlag} alt="US" />
11
United Sates
12
</a>
13
<a href="/lttstore/global">
14
- <div class="max-w-64 w-[95dvw]">
+ <div class="max-w-75 w-[95dvw]">
15
<Global/>
16
</div>
17
Global
0 commit comments