Slightly tune flag sizes

This commit is contained in:
2024-01-08 12:01:10 +01:00
parent 44fc5b4b82
commit f5d6033ffd

View File

@@ -86,7 +86,7 @@ const checkout = async () => {
<div class="countries"> <div class="countries">
{#each countries as c} {#each countries as c}
<button on:click={() => country = c}> <button on:click={() => country = c}>
<span style="font-size: 1.7em; line-height: 0.9em;">{c.flag}</span> <span style="font-size: 1.6em; line-height: 1em;">{c.flag}</span>
<span>{c.name}</span> <span>{c.name}</span>
</button> </button>
{/each} {/each}