mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-06 08:11:35 +01:00
add mobile display container
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
</head>
|
||||
<body class="bg-special">
|
||||
<div class="mobile-display">
|
||||
{% include 'navbar.html' %}
|
||||
{% if not container %}
|
||||
{{ markupText | safe }}
|
||||
@@ -19,7 +20,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% include 'footer.html' %}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user