Fixed front page spacing

This commit is contained in:
Raphael Michel
2016-09-19 21:59:44 +02:00
parent ed8087b35e
commit ba26b8fc71

View File

@@ -205,14 +205,16 @@
</section>
{% endfor %}
{% if event.presale_is_running and display_add_to_cart %}
<div class="row-fluid">
<div class="col-md-4 col-md-offset-8 col-xs-12">
<button class="btn btn-block btn-primary btn-lg" type="submit" id="btn-add-to-cart">
<i class="fa fa-shopping-cart"></i> {% trans "Add to cart" %}
</button>
<section class="front-page">
<div class="row-fluid">
<div class="col-md-4 col-md-offset-8 col-xs-12">
<button class="btn btn-block btn-primary btn-lg" type="submit" id="btn-add-to-cart">
<i class="fa fa-shopping-cart"></i> {% trans "Add to cart" %}
</button>
</div>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
</section>
{% endif %}
</form>
{% endif %}