This commit is contained in:
Andras Bacsai
2022-07-25 20:52:30 +00:00
parent 44052b57c5
commit baf40eb6d4
6 changed files with 10 additions and 10 deletions

View File

@@ -126,7 +126,7 @@
<div class="px-6 pb-5 pt-10 text-xl font-bold">Other Destinations</div>
<div class="flex flex-col flex-wrap justify-center px-2 md:flex-row">
{#each otherDestinations as destination}
<a href="/destinations/{destination.id}" class="w-96 p-2 no-underline relative">
<a href="/destinations/{destination.id}" class="p-2 no-underline relative">
<div class="box-selection hover:bg-sky-600">
<svg
xmlns="http://www.w3.org/2000/svg"