Skip to content

Commit

Permalink
small tavla adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikEide committed Aug 30, 2024
1 parent f3f1160 commit dd7bc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CardL.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function CardL() {
<div className="space-y-6 md:space-y-0 md:flex md:gap-6 lg:items-center lg:gap-12 sm:max-w-md">
{/* Embed website */}
<embed src="https://tavla.entur.no/y2moNW6V6SRKftFunSFA"
width={Math.min(window.innerWidth, 700)} height={Math.min(window.innerHeight - 100, 1000)}/>
width={Math.min(window.innerWidth, 700)} height={Math.min(window.innerHeight - 75, 1000)}/>
</div>
</div>
</div>
Expand Down

0 comments on commit dd7bc76

Please sign in to comment.