Skip to content

Commit

Permalink
attempt to improve footer formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaela committed May 22, 2024
1 parent 41154ae commit 15a6bc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -38,7 +39,7 @@ <h2 class="footer-heading">{{ site.title }}</h2>
</div>

<div class="footer-col footer-col-3">
{{ site.description|markdownify }}
<small>{{ site.description|markdownify }}</small>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions _includes/footer.nodesc.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<footer class="site-footer">
<hr/>
<div class="wrapper">
<h2 class="footer-heading">{{ site.title }}</h2>

Expand Down

0 comments on commit 15a6bc7

Please sign in to comment.