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 @@ ...@@ -15,12 +15,14 @@
{% block main %} {% block main %}
{% include "pages/heading.html" %} {% include "pages/heading.html" %}
<div class="my-4"> <div class="my-4">
<div class="content container"> <div class="section">
{% if page.content %} <div class="content container">
{{ page.content | safe }} {% if page.content %}
{% else %} {{ page.content | safe }}
{% include "baustelle.html" %} {% else %}
{% endif %} {% include "baustelle.html" %}
</div> {% endif %}
</div>
</div>
</div> </div>
{% endblock %} {% 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