From 8afa94aae3732746cef5b670c7436a949db20557 Mon Sep 17 00:00:00 2001 From: kharhamel Date: Fri, 4 Jun 2021 19:36:30 +0200 Subject: [PATCH] FIX: temporary fix for visit card on mobile --- front/src/Components/VisitCard/VisitCard.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/front/src/Components/VisitCard/VisitCard.svelte b/front/src/Components/VisitCard/VisitCard.svelte index 8c3706b0..7a289eae 100644 --- a/front/src/Components/VisitCard/VisitCard.svelte +++ b/front/src/Components/VisitCard/VisitCard.svelte @@ -14,14 +14,15 @@ pointer-events: all; margin-left: auto; margin-right: auto; - width: 515px; + width: 530px; margin-top: 200px; + max-width: 100vw; .defaultCard { border-radius: 5px; border: 2px black solid; background-color: whitesmoke; - width: 500px; + width: 530px; header { padding: 5px; @@ -30,7 +31,7 @@ iframe { border: 0; - width: 515px; + width: 530px; height: 270px; overflow: hidden; } @@ -60,5 +61,4 @@
-