usethesource: Tweak margins
This commit is contained in:
parent
1b1e2b994f
commit
60e88d2ab1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
<p>If you wish to let us know about a source code candidate (corresponding or not!) that you'd like us to take a look at, and possibly include in the list below, please upload the candidate to us using <a href="https://usl-upload.sfconservancy.org/s/4Ykmx7rSGMJ7s43">this form</a> and then email us at <a href="mailto:compliance@sfconservancy.org">compliance@sfconservancy.org</a> with the filename and any other information you have about the candidate. There are many other ways you can help, regardless of whether you're a developer or not - see our <a href="https://sfconservancy.org/copyleft-compliance/help.html">Help Defend Software Freedom and Rights</a> page for details!</p>
|
<p>If you wish to let us know about a source code candidate (corresponding or not!) that you'd like us to take a look at, and possibly include in the list below, please upload the candidate to us using <a href="https://usl-upload.sfconservancy.org/s/4Ykmx7rSGMJ7s43">this form</a> and then email us at <a href="mailto:compliance@sfconservancy.org">compliance@sfconservancy.org</a> with the filename and any other information you have about the candidate. There are many other ways you can help, regardless of whether you're a developer or not - see our <a href="https://sfconservancy.org/copyleft-compliance/help.html">Help Defend Software Freedom and Rights</a> page for details!</p>
|
||||||
|
|
||||||
<section class="mb5">
|
<section class="mb5">
|
||||||
<h2 id="candidates" class="f2 lh-title ttu mt0 mb2">Source Candidates List</h2>
|
<h2 id="candidates" class="f2 lh-title ttu mt4 mb2">Source Candidates List</h2>
|
||||||
{% for candidate in candidates %}
|
{% for candidate in candidates %}
|
||||||
<div class="mb3">
|
<div class="mb3">
|
||||||
<h3 class="f4 lh-title mt0"><a href="{% url 'usethesource:candidate' slug=candidate.slug %}">{{ candidate.name }}</a></h3>
|
<h3 class="f4 lh-title mt0"><a href="{% url 'usethesource:candidate' slug=candidate.slug %}">{{ candidate.name }}</a></h3>
|
||||||
|
|
Loading…
Reference in a new issue