We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ecc5f commit 72f109dCopy full SHA for 72f109d
_includes/footer.html
@@ -6,7 +6,7 @@ <h3 class="f5 f4-ns fw5 dark-gray">Brought to you by</h3>
6
{% for contributor in site.data.contributorResponse.contributors%}
7
{% assign loopindex = forloop.index | modulo: 2 %}
8
{% if loopindex == 1 %}
9
- <div class="flex flex-column items-center mv3 w-100 w-50-m w-auto-l">
+ <div class="flex flex-column items-center mv3 w-100 w-50-m w-20-l">
10
<div>
11
<a class="link" href={{ contributor.profile }}>
12
<img src={{ contributor.avatar_url }} class="grow-large pa1 ba b--black-10 br-100 h3 w3" alt={{ contributor.name }}>
0 commit comments