frontend: styling

This commit is contained in:
Lennart
2024-11-10 13:32:13 +01:00
parent 130d8b00ab
commit 9cc2b37a2e
3 changed files with 32 additions and 18 deletions

View File

@@ -6,11 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}RustiCal{% endblock %}</title>
<link rel="stylesheet" href="/frontend/assets/style.css" />
<style>
* {
box-sizing: border-box;
}
</style>
{% block imports %}{% endblock %}
</head>