Clicking on any workout name will redirect you to that page.
.iframe-container { display: flex; justify-content: center; align-items: center; height: 100vh; width: 100%; overflow: hidden; } .centered-iframe { width: 100%; height: 100vh; border: none; } /* Desktop styles */ @media (min-width: 768px) { .centered-iframe { /* Adjust zoom or other styles for desktop here */ } } /* Mobile styles */ @media (max-width: 767px) { .centered-iframe { /* Adjust zoom or other styles for mobile here */ transform: scale(1.05); /* Slightly scale up to hide unwanted areas */ transform-origin: top center; /* Scaling starts from top center */ } } Download Yoga Shred Calendar