Skip to content

Commit

Permalink
Improve the spacing in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Jan 20, 2025
1 parent 4c9fac2 commit 81e92f1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer class="container py-5">
<div class="row">
<div class="col-xs-12 col-md-4">
<div class="col-xs-12 col-md-4 mb-4 mb-md-0">
<h5>Project</h5>
<ul class="list-unstyled text-small">
<li>
Expand All @@ -18,7 +18,7 @@ <h5>Project</h5>
</li>
</ul>
</div>
<div class="col-xs-12 col-md-4">
<div class="col-xs-12 col-md-4 mb-4 mb-md-0">
<h5>Resources</h5>
<ul class="list-unstyled text-small">
<li>
Expand All @@ -41,8 +41,8 @@ <h5>Resources</h5>
</div>
<div class="col-xs-12 col-md-4">
<h5>Social</h5>
<ul class="list-inline">
<li class="list-inline-item">
<ul class="list-inline mb-0">
<li class="list-inline-item me-3">
<a href="https://twitter.com/artichokeruby">
<img
alt="Twitter logo"
Expand All @@ -52,7 +52,7 @@ <h5>Social</h5>
/>
</a>
</li>
<li class="list-inline-item">
<li class="list-inline-item me-3">
<a href="https://github.com/artichoke">
<img
alt="GitHub logo"
Expand All @@ -74,8 +74,8 @@ <h5>Social</h5>
</li>
</ul>
</div>
<hr class="my-0" />
<div class="col-12 px-0">
<hr class="my-4" />
<div class="col-12">
<a href="/" aria-label="Artichoke Ruby">
<img
height="64"
Expand Down

0 comments on commit 81e92f1

Please sign in to comment.