attempt to improve footer formatting

This commit is contained in:
Aminda Suomalainen 2024-05-22 11:09:44 +03:00
parent 41154aefa1
commit 15a6bc79b4
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 4 additions and 2 deletions

View File

@ -1,11 +1,12 @@
<footer class="site-footer">
<hr/>
<div class="wrapper">
<h2 class="footer-heading">{{ site.title }}</h2>
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li>{{ site.title }}</li>
<li><em>{{ site.title }}</em></li>
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
</ul>
</div>
@ -38,7 +39,7 @@
</div>
<div class="footer-col footer-col-3">
{{ site.description|markdownify }}
<small>{{ site.description|markdownify }}</small>
</div>
</div>
</div>

View File

@ -1,4 +1,5 @@
<footer class="site-footer">
<hr/>
<div class="wrapper">
<h2 class="footer-heading">{{ site.title }}</h2>