Skip to content
Snippets Groups Projects
Verified Commit 1d8f1606 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Align button to center

parent 0774c7cb
No related branches found
No related tags found
No related merge requests found
......@@ -170,3 +170,7 @@ time.icon span {
.carousel .carousel-image {
max-height: 500px;
}
.button-wrapper {
text-align: center;
}
\ No newline at end of file
......@@ -85,8 +85,10 @@
{% block template_content_footer %}
<button type="button" class="btn btn-default btn-lg">
{% set button = page.button.split('|') %}
<a href="{{ button[0] }}">{{ button[1] }}</a>
</button>
<div class="button-wrapper">
<button type="button" class="btn btn-default btn-lg">
{% set button = page.button.split('|') %}
<a href="{{ button[0] }}">{{ button[1] }}</a>
</button>
</div>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment