Skip to content

Commit

Permalink
Give column explicit width
Browse files Browse the repository at this point in the history
  • Loading branch information
brylie committed Nov 15, 2020
1 parent 39672a0 commit 016af1d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ <h1>
<p>{{ administrative_division.description }}</p>

<div class="row">
<div class="col">
<div class="col-md-6">
{% include "maps/area_map.html" with geographic_area=administrative_division.geographic_area %}
</div>

<div class="col">
<div class="col-md-6">
{% if administrative_division.projects.count %}
<h2>Sub-projects</h2>

Expand Down

0 comments on commit 016af1d

Please sign in to comment.