This commit is contained in:
parent
008fc41823
commit
1f8abcd305
5 changed files with 10 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue