add space on tor and website

This commit is contained in:
pluja 2024-03-04 09:06:57 +01:00
parent 45f44acfc7
commit 91c6ef9f31

View File

@ -42,7 +42,7 @@
{{if ne (len .Service.Urls) 0}}
<div class="inline-flex">
<a href="{{randomElem .Service.Urls}}{{.Service.Referral}}" target="_blank"
class="flex justify-center items-center px-2 py-1 text-center text-gray-300
class="flex justify-center items-center px-2 py-1 space-x-1 text-center text-gray-300
{{if ne .Service.Referral ""}}rounded-l{{else}}rounded{{end}}
border border-gray-600 transition duration-300 bg-zinc-900 hover:border-lime-600 hover:text-lime-600">
<svg xmlns="http://www.w3.org/2000/svg" class="w-4 h-4 tabler-world-www" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
@ -77,7 +77,7 @@
{{if ne (len .Service.OnionUrls) 0}}
<div class="inline-flex">
<a href="{{randomElem .Service.OnionUrls}}{{.Service.Referral}}" target="_blank"
class="flex justify-center items-center px-2 py-1 text-center text-purple-600
class="flex justify-center items-center px-2 py-1 space-x-1 text-center text-purple-600
{{if ne .Service.Referral ""}}rounded-l{{else}}rounded{{end}}
border border-purple-900 transition duration-300 bg-zinc-900 hover:border-lime-600 hover:text-lime-600">
<svg xmlns="http://www.w3.org/2000/svg" class="w-4 h-4 tabler-target" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">