From 71279e7fcf6043593be1bbc67a46e844a4dfa521 Mon Sep 17 00:00:00 2001 From: saulteafarmer Date: Thu, 17 Apr 2025 15:25:43 +0000 Subject: [PATCH] Update shows.html --- shows.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shows.html b/shows.html index c8fa4f0..789ad09 100644 --- a/shows.html +++ b/shows.html @@ -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 = `

${show.title}

${show.description}