Improve styling

This commit is contained in:
2023-11-07 21:13:05 +02:00
parent 188f75d120
commit 32938b59bd
6 changed files with 29 additions and 17 deletions

View File

@@ -0,0 +1 @@
<link href="https://fonts.cdnfonts.com/css/avenir" rel="stylesheet">

View File

@@ -1,8 +1,8 @@
<footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa3" role="contentinfo">
<div class="f4 fw4 no-underline white-70 dn dib-ns pv2 ph3">
<p>&copy; {{ now.Format "2006"}} K-SPACE MTÜ</p>
<footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa3 tc" role="contentinfo">
<div class="f5 no-underline white-80 dn dib-ns pv2 ph3 tc">
<p>&copy; {{ now.Format "2006"}} K-SPACE MTÜ</p>
<p>Registration number 80397632</p>
<a href="mailto:info@k-space.ee">info@k-space.ee</a></p>
<a href="tel:+3726659651">+372 665 96 51</a></p>
<a class="link white-80" href="mailto:info@k-space.ee">info@k-space.ee</a></p>
<a class="link white-80" href="tel:+3726659651">+372 665 96 51</a></p>
</div>
</footer>