Skip to content

Commit

Permalink
Merge pull request #473 from LibraryOfCongress/campaign-detail-displa…
Browse files Browse the repository at this point in the history
…y-tweaks

Add vertical margin to separate project list & related links
  • Loading branch information
rstorey authored Oct 22, 2018
2 parents ee1b272 + 489454d commit c8e3133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concordia/templates/transcriptions/campaign_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h4>Related Links</h4>
</div>
</div>
<div class="row">
<div class="d-flex flex-wrap col-12 justify-content-around">
<div class="d-flex flex-wrap col-12 my-3 justify-content-around">
{% for project in campaign.project_set.published %}
<div class="col-12 col-md-4 col-lg-3 mb-default px-3">
<a href="{% url 'transcriptions:project-detail' campaign.slug project.slug %}" class="">
Expand Down

0 comments on commit c8e3133

Please sign in to comment.