Skip to content

Commit a9da64c

Browse files
committed
add responsive to footer
1 parent d8db215 commit a9da64c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

includes/small-footer.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<footer class="py-6 text-small">
22
<div class="container-xl d-flex px-3 px-md-6">
3-
<div class="d-flex text-gray mr-3">
4-
{% octicon "mark-github" height="20" class="mr-3" %}
5-
<span>{{ "now" | date: "%Y" }} GitHub, Inc.</span>
6-
</div>
7-
8-
<ul class="d-flex list-style-none">
3+
<ul class="d-flex list-style-none flex-wrap flex-justify-center flex-xl-justify-start">
4+
<li class="d-flex mr-xl-3 text-gray">
5+
{% octicon "mark-github" height="20" class="mr-2 mr-xl-3" %}
6+
<span>{{ "now" | date: "%Y" }} GitHub, Inc.</span>
7+
</li>
98
<li class="ml-3"><a href="/github/site-policy/github-terms-of-service">{% data ui.footer.terms %} </a></li>
109
<li class="ml-3"><a href="/github/site-policy/github-privacy-statement">{% data ui.footer.privacy %} </a></li>
1110
<li class="ml-3"><a href="https://github.com/security">{% data ui.footer.product.links.security %}</a></li>

0 commit comments

Comments
 (0)