make preview look better

This commit is contained in:
Abi Raja 2023-11-14 18:54:05 -05:00
parent 20bb905983
commit 3f071e7a68

View File

@ -8,7 +8,7 @@ function Preview({ code }: Props) {
<iframe
title="Iframe Example"
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]"
></iframe>
</div>