diff --git a/templates/index.html b/templates/index.html index 76ced99..489a930 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,6 +10,8 @@ display: grid; grid-template-columns: repeat(7, 0fr); /* 7 Tage in einer Woche */ gap: 5px; + width: 100%; + table-layout: fixed; } .day { @@ -19,12 +21,13 @@ display: flex; align-items: center; justify-content: center; + table-layout: fixed; }
-
+
Heatmap
@@ -34,7 +37,7 @@ -
-
+
+

Gewohnheiten

Neue Liste erstellen
+ +
+ +
+ +
+
Special title treatment
+

+ With supporting text below as a natural lead-in to additional content. +

+
+ + {% for habit_list in habit_lists %}
@@ -268,4 +297,6 @@ }); }); + + {% endblock %} \ No newline at end of file