mobile display css

This commit is contained in:
Yannik Schmidt
2021-05-13 15:38:41 +02:00
parent 7dfdb7a5a4
commit 99a836fcd6
3 changed files with 17 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
</head>
<body id="main_scrollable">
<div class="mobile-display">
<!-- NAVBAR -->
{% include 'navbar.html' %}
@@ -104,7 +105,7 @@
</div>
</div>
{% endfor %}
</div>
{% include 'footer.html' %}
</div>
</body>
</html>