Update shows.html
This commit is contained in:
parent
9c725b838d
commit
71279e7fcf
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user