File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sites/labs/src/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ const product = products[productId];
17
17
<main
18
18
class =" flex flex-col justify-center items-center flex-grow w-full max-w-screen-2xl mx-auto px-6 py-10 overflow-hidden"
19
19
>
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" >
22
22
<div class =" mb-6" >
23
23
<a href ={ product .href } target =" _blank" >
24
24
<Image src ={ product .logotype } alt ={ product .name } class =" w-4/5" />
@@ -41,8 +41,8 @@ const product = products[productId];
41
41
>
42
42
</p >
43
43
</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 >
46
46
</div >
47
47
</div >
48
48
</main >
You can’t perform that action at this time.
0 commit comments