Skip to content

Commit

Permalink
Merge pull request #54 from DanGould/prototype
Browse files Browse the repository at this point in the history
Make demo i-frame 66 vh
  • Loading branch information
DanGould authored Jan 18, 2024
2 parents 70df95f + 3544c84 commit aa88829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ If there is a wallet you’d like to see adopt payjoin or you are a wallet devel
<H3>Click through the app below to see all it takes to payjoin</H3>
<iframe
title="Payjoin Demo"
class="w-full h-screen"
class="w-full h-[66vh]"
style="border: 1px solid rgba(0, 0, 0, 0.1);"
src="https://www.figma.com/embed?embed_host=share&url=https%3A%2F%2Fwww.figma.com%2Fproto%2F7BpOmi30JgG6gIaE0T7fL4%2FPayjoin-Designs-Bitcoin-Wallet-UI-Kit-%2526-Design-System%3Fpage-id%3D4263%253A62592%26node-id%3D4954%253A70101%26viewport%3D-4364%252C-2385%252C0.48%26scaling%3Dmin-zoom%26starting-point-node-id%3D4954%253A70101"
allowfullscreen
Expand Down

0 comments on commit aa88829

Please sign in to comment.