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,6 +205,7 @@
</section> </section>
{% endfor %} {% endfor %}
{% if event.presale_is_running and display_add_to_cart %} {% if event.presale_is_running and display_add_to_cart %}
<section class="front-page">
<div class="row-fluid"> <div class="row-fluid">
<div class="col-md-4 col-md-offset-8 col-xs-12"> <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"> <button class="btn btn-block btn-primary btn-lg" type="submit" id="btn-add-to-cart">
@@ -213,6 +214,7 @@
</div> </div>
<div class="clearfix"></div> <div class="clearfix"></div>
</div> </div>
</section>
{% endif %} {% endif %}
</form> </form>
{% endif %} {% endif %}