ajustando pantallas para que cuadre

This commit is contained in:
Tatiana Villa Ema 2026-02-03 18:56:53 +01:00
parent d100fbd16c
commit 187290de61
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ function generateMiniMoonCalendar() {
const month = now.getMonth();
const today = now.getDate();
const daysInMonth = new Date(year, month + 1, 0).getDate();
const container = document.getElementById("moon-mini-calendar");
// const container = document.getElementById("moon-mini-calendar");
//container.innerHTML = ".";