Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e50de41

Browse files
authoredMay 12, 2025··
Change the extension feedback site layout to make the forms embed bigger (#258)
1 parent 4e03815 commit e50de41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎sites/labs/src/components/ExtensionFeedback.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const product = products[productId];
1717
<main
1818
class="flex flex-col justify-center items-center flex-grow w-full max-w-screen-2xl mx-auto px-6 py-10 overflow-hidden"
1919
>
20-
<div class="flex justify-between items-center w-4/5 max-w-6xl p-4">
21-
<div class="w-1/2 p-4 box-border">
20+
<div class="flex justify-between items-center w-4/5 max-w-7xl p-4">
21+
<div class="w-2/5 p-4 box-border">
2222
<div class="mb-6">
2323
<a href={product.href} target="_blank">
2424
<Image src={product.logotype} alt={product.name} class="w-4/5" />
@@ -41,8 +41,8 @@ const product = products[productId];
4141
>
4242
</p>
4343
</div>
44-
<div class="w-1/2 p-4 box-border">
45-
<iframe class="w-full h-[600px] border-none" src={formUrl}> </iframe>
44+
<div class="w-3/5 p-4 box-border">
45+
<iframe class="w-full h-[700px] border-none" src={formUrl}> </iframe>
4646
</div>
4747
</div>
4848
</main>

0 commit comments

Comments
 (0)
Please sign in to comment.