Skip to content
Snippets Groups Projects
Commit 59670ee3 authored by codecraft's avatar codecraft :crocodile:
Browse files

Add small pading to pages on mobile for readability

parent 9a86a726
No related branches found
No related tags found
1 merge request!30Add small pading to pages on mobile for readability
......@@ -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