From dd7bc760aa76daf8d0229583114374db29d08fc7 Mon Sep 17 00:00:00 2001 From: HenrikEide Date: Fri, 30 Aug 2024 15:14:52 +0200 Subject: [PATCH] small tavla adjustment --- src/CardL.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CardL.tsx b/src/CardL.tsx index 69ee711..c610b65 100644 --- a/src/CardL.tsx +++ b/src/CardL.tsx @@ -7,7 +7,7 @@ export default function CardL() {
{/* Embed website */} + width={Math.min(window.innerWidth, 700)} height={Math.min(window.innerHeight - 75, 1000)}/>