various design improvements

This commit is contained in:
2019-01-02 17:24:02 +01:00
parent 3bf1d1f0eb
commit b8ffa5f4cc
5 changed files with 17 additions and 6 deletions

View File

@@ -2,6 +2,9 @@
<head>
<title>{% block title %}Wer bin ich{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
.current_player_indicator { font-size: x-large; }
</style>
</head>
<body>
{% block content %}{% endblock %}