Skip to content

Commit 97a2423

Browse files
author
Houssein Djirdeh
authored
Merge pull request #12 from housseindjirdeh/give-footer-some-breathing-room
Giving footer some space, closes #11
2 parents 35987ad + 72f109d commit 97a2423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h3 class="f5 f4-ns fw5 dark-gray">Brought to you by</h3>
66
{% for contributor in site.data.contributorResponse.contributors%}
77
{% assign loopindex = forloop.index | modulo: 2 %}
88
{% if loopindex == 1 %}
9-
<div class="flex flex-column items-center mv3 w-100 w-50-m w-auto-l">
9+
<div class="flex flex-column items-center mv3 w-100 w-50-m w-20-l">
1010
<div>
1111
<a class="link" href={{ contributor.profile }}>
1212
<img src={{ contributor.avatar_url }} class="grow-large pa1 ba b--black-10 br-100 h3 w3" alt={{ contributor.name }}>

0 commit comments

Comments
 (0)