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; }
+ With supporting text below as a natural lead-in to additional content. +
+