make preview look better
This commit is contained in:
parent
20bb905983
commit
3f071e7a68
@ -8,7 +8,7 @@ function Preview({ code }: Props) {
|
|||||||
<iframe
|
<iframe
|
||||||
title="Iframe Example"
|
title="Iframe Example"
|
||||||
srcDoc={code}
|
srcDoc={code}
|
||||||
className="border-[5px] border-black rounded-[33px] p-4 shadow-lg
|
className="border-[4px] border-black rounded-[20px] shadow-lg
|
||||||
transform scale-[0.8] origin-top-left w-[1280px] h-[832px]"
|
transform scale-[0.8] origin-top-left w-[1280px] h-[832px]"
|
||||||
></iframe>
|
></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user