Skip to content

Commit

Permalink
Merge pull request #53 from DanGould/prototype
Browse files Browse the repository at this point in the history
Make demo i-frame full-width
  • Loading branch information
DanGould authored Jan 18, 2024
2 parents 5d4ff19 + 99cc6d0 commit 254ead6
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,13 @@ If there is a wallet you’d like to see adopt payjoin or you are a wallet devel
<section class="bg-secondary w-full flex flex-col gap-4 sm:gap-12 items-center py-16 text-white">
<H2>Try it Yourself</H2>
<H3>Click through the app below to see all it takes to payjoin</H3>
<div class="w-4/5 sm:w-1/2">
<iframe
title="Payjoin Demo"
class="w-full h-96"
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
/>
</div>
<iframe
title="Payjoin Demo"
class="w-full h-screen"
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
/>
</section>

<section
Expand Down

0 comments on commit 254ead6

Please sign in to comment.