Compare commits

..

No commits in common. "d9f67501b2f8d528aa8d763be0bef95306401ac6" and "67ee3fe4c7bb77b35a55f28d4623cbca28d2c493" have entirely different histories.

View File

@ -13,8 +13,8 @@
} }
.day { .day {
width: 50px; width: 50px; /* Ändere die Breite nach Bedarf */
height: 50px; height: 50px; /* Ändere die Höhe nach Bedarf */
border: 1px solid #ccc; border: 1px solid #ccc;
display: flex; display: flex;
align-items: center; align-items: center;
@ -24,10 +24,7 @@
<div class="row"> <div class="row">
<div class="col-md-5 col-12"> <div class="col-sm-12 col-md-5 col-12" id="heatmap"></div>
<div id="heatmap"></div>
</div>
<script> <script>
// Funktion zur Rückgabe des Montagsdatums // Funktion zur Rückgabe des Montagsdatums
function getMonday(date) { function getMonday(date) {
@ -81,7 +78,7 @@
</script> </script>
<div class="col-md-7 col-12"> <div class="col-sm-12 col-md-7 col-12">
<div class="row mb-3"> <div class="row mb-3">
<h2 class="col-10">Task List</h2> <h2 class="col-10">Task List</h2>
<a class="col-2 btn btn-primary" role="button" href="/habit"> <a class="col-2 btn btn-primary" role="button" href="/habit">