improved css for mobile devices

This commit is contained in:
2022-04-25 11:48:58 +02:00
parent e6d7657a32
commit 20a81a7f60
17 changed files with 41 additions and 75 deletions

7
static/templates/head.st Normal file
View File

@@ -0,0 +1,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="jquery"></script>
<script src="js"></script>
<link rel="stylesheet" href="css" />
</head>