Compare commits

...

2 Commits

Author SHA1 Message Date
Verox001
d9f67501b2 Merge remote-tracking branch 'origin/master' 2024-01-30 10:49:24 +01:00
Verox001
61f570a51b Fixed gapping of heatmap 2024-01-30 10:49:08 +01:00

View File

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