File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88
88
< footer class ="footer mt-auto px-1 flex-shrink-0 bg-body-tertiary ">
89
89
< div class ="container-fluid py-2 ">
90
90
< 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 ">
92
92
< a class ="text-decoration-none link-body-emphasis " href ="{{ site.github_url }} " target ="_blank " rel ="noopener ">
93
93
< i class ="fab fa-github "> </ i > {{ site.site_name }}</ a >
94
94
</ div >
95
95
< div class ="ms-md-auto ">
96
96
< nav aria-label ="Secondary Navigation ">
97
97
< ol class ="list-inline mb-1 d-flex flex-column flex-sm-row ">
98
98
{% 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 ">
100
100
< a class ="text-decoration-none link-body-emphasis {% if page.title == item.name %}fw-bold{% endif %} "
101
101
href ="{{ item.link | relative_url }} " {% if item.external %}target ="_blank "{% endif %} >
102
102
{{ item.name }}{% if item.external %} < i class ="fa-solid fa-arrow-up-right-from-square fa-sm "> </ i > {% endif %}</ a >
You can’t perform that action at this time.
0 commit comments