Skip to content

Commit

Permalink
Fixing column spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jazmynlatimer committed Apr 27, 2016
1 parent 2c4715a commit f4cf727
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 7 additions & 5 deletions typeseam/templates/privacy_policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,13 @@ <h2>Questions</h2>

<div class="back_home_btn">
<div class="row">
<a href="/" class="btn btn-default btn-lg call_to_action_button">
<span class="main-action-text">
{{ content.back_home_btn }}
</span>
</a>
<div class="col-xs-12">
<a href="/" class="btn btn-default btn-lg call_to_action_button">
<span class="main-action-text">
{{ content.back_home_btn }}
</span>
</a>
</div>
</div>
</div>

Expand Down
12 changes: 5 additions & 7 deletions typeseam/templates/thanks.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,11 @@ <h1>
<div class="row">
<div class="col-xs-12 col-sm-8 col-md-6 col_centered">
<div class="back_home_btn">
<div class="row">
<a href="/" class="btn btn-default btn-lg call_to_action_button">
<span class="main-action-text">
{{ content.back_home_btn }}
</span>
</a>
</div>
<a href="/" class="btn btn-default btn-lg call_to_action_button">
<span class="main-action-text">
{{ content.back_home_btn }}
</span>
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit f4cf727

Please sign in to comment.