Skip to content

Commit 10fcf42

Browse files
committed
Update Footer Padding
1 parent 447c57a commit 10fcf42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@
8888
<footer class="footer mt-auto px-1 flex-shrink-0 bg-body-tertiary">
8989
<div class="container-fluid py-2">
9090
<div class="d-flex flex-column flex-md-row">
91-
<div class="me-md-auto mb-1 mb-md-0">
91+
<div class="me-md-auto mb-2 mb-md-0">
9292
<a class="text-decoration-none link-body-emphasis" href="{{ site.github_url }}" target="_blank" rel="noopener">
9393
<i class="fab fa-github"></i> {{ site.site_name }}</a>
9494
</div>
9595
<div class="ms-md-auto">
9696
<nav aria-label="Secondary Navigation">
9797
<ol class="list-inline mb-1 d-flex flex-column flex-sm-row">
9898
{% for item in site.menu %}
99-
<li class="list-inline-item mb-1 mb-sm-0">
99+
<li class="list-inline-item mb-2 mb-sm-0">
100100
<a class="text-decoration-none link-body-emphasis {% if page.title == item.name %}fw-bold{% endif %}"
101101
href="{{ item.link | relative_url }}" {% if item.external %}target="_blank"{% endif %}>
102102
{{ item.name }}{% if item.external %} <i class="fa-solid fa-arrow-up-right-from-square fa-sm"></i>{% endif %}</a>

0 commit comments

Comments
 (0)