clean up of the contribute page, added bottom bg

This commit is contained in:
Calvin Jhunjhnuwala
2020-08-21 18:25:15 -07:00
parent 6c11687a2b
commit f32a641eb5

View File

@@ -16,7 +16,8 @@
{% block breadcrumbs %}{% endblock %}
{% block main %}
<div class="container my-40 marketing-wrapper">
<div class="marketing-wrapper">
<div class="container mt-40 mb-30">
<section class="row mb-50">
<div class="col-md-5">
<div class="d-flex flex-column-reverse justify-content-end">
@@ -45,7 +46,7 @@
</div>
</section>
<section class="row mb-50">
<section class="row mb-30">
<div class="col-md-6 offset-md-1 order-2 mb-10">
<div class="d-flex flex-wrap w-100">
<a class="square square-50 d-flex card-b" href="#">
@@ -62,6 +63,8 @@
</div>
<img id="page-contribute-bot" src="./img/backgrounds/bg-contribute.png">
</div>
{% endblock %}