Update shows.html

This commit is contained in:
saulteafarmer 2025-04-17 15:25:43 +00:00
parent 9c725b838d
commit 71279e7fcf

View File

@ -59,7 +59,7 @@
img.className = 'w-full md:w-1/2 rounded shadow';
const content = document.createElement('div');
content.className = 'mt-4 md:mt-0 md:w-1/2 md:px-6';
content.className = 'mt-4 md:mt-0 md:w-1/2 px-4 md:px-6';
content.innerHTML = `
<h3 class=\"text-2xl font-extrabold mb-2 text-white\">${show.title}</h3>
<p class=\"mb-4 text-white\">${show.description}</p>