add mobile display container

This commit is contained in:
Yannik Schmidt
2021-05-13 18:56:36 +02:00
parent 99a836fcd6
commit cdb3449931

View File

@@ -6,6 +6,7 @@
</head> </head>
<body class="bg-special"> <body class="bg-special">
<div class="mobile-display">
{% include 'navbar.html' %} {% include 'navbar.html' %}
{% if not container %} {% if not container %}
{{ markupText | safe }} {{ markupText | safe }}
@@ -19,7 +20,7 @@
</div> </div>
</div> </div>
{% endif %} {% endif %}
{% include 'footer.html' %} {% include 'footer.html' %}
</div>
</body> </body>
</html> </html>