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

Merge branch 'mobile_no_padding' into 'master'

Add small pading to pages on mobile for readability

See merge request !30
parents 9a86a726 59670ee3
No related branches found
No related tags found
1 merge request!30Add small pading to pages on mobile for readability
Pipeline #140419 passed
......@@ -15,12 +15,14 @@
{% block main %}
{% include "pages/heading.html" %}
<div class="my-4">
<div class="content container">
{% if page.content %}
{{ page.content | safe }}
{% else %}
{% include "baustelle.html" %}
{% endif %}
</div>
<div class="section">
<div class="content container">
{% if page.content %}
{{ page.content | safe }}
{% else %}
{% include "baustelle.html" %}
{% endif %}
</div>
</div>
</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