closes #7
All checks were successful
Deploy / Deploy to Production (push) Successful in 19s

This commit is contained in:
isUnknown 2026-03-21 13:24:25 +01:00
parent 008fc41823
commit 1f8abcd305
5 changed files with 10 additions and 4 deletions

View file

@ -46,7 +46,9 @@
{#if contact.address}
<div class="footer-col">
<p class="footer-label">{t('location')}</p>
<address>{@html contact.address}</address>
<a href="https://www.google.com/search?q=78+Rue+de+Provence,+75009+Paris&shndl=40&source=sh/x/loc/geo/m1/1&kgs=6f7d56e06f71cc73" target="_blank">
<address>{@html contact.address}</address>
</a>
</div>
{/if}
@ -127,7 +129,7 @@
display: flex;
flex-direction: column;
gap: 0.5rem;
width: 136px;
width: 9rem;
text-align: left;
margin-bottom: .5rem;
}