Skip to content

Commit ab6fadf

Browse files
Update index.html
1 parent 44f4fab commit ab6fadf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,11 @@ <h1 class="mt-4 text-3xl font-semibold tracking-tight sm:text-4xl">
233233
function render() {
234234
const data = getPartnerData(STATE.partnerType);
235235
let html = '<div class="space-y-6">';
236+
html += '<div class="grid grid-cols-1 md:grid-cols-2 gap-6">';
236237
html += renderDropdown();
237-
html += '<div class="grid gap-4" aria-live="polite">';
238238
html += renderOverview(data.overview);
239+
html += '</div>';
240+
html += '<div class="grid gap-4" aria-live="polite">';
239241
html += renderRequirements(data.requirements, data.isPremier);
240242
html += renderBenefits(data.benefits);
241243
if (data.isStandard) {

0 commit comments

Comments
 (0)