Skip to content

Commit

Permalink
Move strapline within container
Browse files Browse the repository at this point in the history
  • Loading branch information
goobertron committed Mar 31, 2018
1 parent c00c0d1 commit 8ab9398
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/views/pages/supporters.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
</div>
</div>

<div class="page-header">
<h2 class="text-center">
<small><%= t '.supporters' %></small>
</h2>
</div>
<div class="container">
<div class="page-header">
<h2 class="text-center">
<small><%= t '.supporters' %></small>
</h2>
</div>
<div class="row">
<div class="col-md-6">
<h3 class="text-center"><%= t '.github' %></h3>
Expand Down

0 comments on commit 8ab9398

Please sign in to comment.