add privacy page. closes #16
All checks were successful
Deploy / Deploy to Production (push) Successful in 22s
All checks were successful
Deploy / Deploy to Production (push) Successful in 22s
This commit is contained in:
parent
44af8a9b4e
commit
8375a098c9
2 changed files with 2 additions and 2 deletions
|
|
@ -87,8 +87,8 @@
|
||||||
<p>{t('copyright', { year })}</p>
|
<p>{t('copyright', { year })}</p>
|
||||||
<div class="footer-divider" aria-hidden="true"></div>
|
<div class="footer-divider" aria-hidden="true"></div>
|
||||||
<a href="/cookies">{t('cookies')}</a>
|
<a href="/cookies">{t('cookies')}</a>
|
||||||
<div class="footer-divider" aria-hidden="true"></div>
|
|
||||||
{#if contact.legalNotice}
|
{#if contact.legalNotice}
|
||||||
|
<div class="footer-divider" aria-hidden="true"></div>
|
||||||
<a href={contact.legalNotice} target="_blank" rel="noopener noreferrer">{t('legal')}</a>
|
<a href={contact.legalNotice} target="_blank" rel="noopener noreferrer">{t('legal')}</a>
|
||||||
{/if}
|
{/if}
|
||||||
<div class="footer-divider" aria-hidden="true"></div>
|
<div class="footer-divider" aria-hidden="true"></div>
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
.privacy-body-block {
|
.privacy-body-block {
|
||||||
border-left: 2px solid #04fea0;
|
border-left: 2px solid #04fea0;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
margin-top: 3rem;
|
margin: 3rem 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-family: "Danzza", sans-serif;
|
font-family: "Danzza", sans-serif;
|
||||||
font-size: var(--font-size-paragraph);
|
font-size: var(--font-size-paragraph);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue