-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
url error
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<style> | ||
|
||
.jumbotron { | ||
background-image: url('/images/campaigns/jumbotron-donate.jpg'); | ||
background-size:cover; | ||
background-position:center; | ||
} | ||
|
||
</style> | ||
|
||
<div class="jumbotron dark"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-sm-8 col-md-6 col-lg-5"> | ||
<h2 class="text-center">Help End Big Money Politics</h2> | ||
{% include form_donate.html facebook_tracking_id='6033848617290' %} | ||
</div> | ||
</div> | ||
</div> | ||
</div> |