From 709ce6ea1ec333d3edc96dcfa2c73145a963bdb0 Mon Sep 17 00:00:00 2001 From: Igor Oliveira Date: Thu, 18 Aug 2022 12:19:24 +0200 Subject: [PATCH] Update Booking widget height (#58) * Update Booking.vue * Update Booking.vue --- src/components/Booking.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Booking.vue b/src/components/Booking.vue index a95d52c..cd06d22 100644 --- a/src/components/Booking.vue +++ b/src/components/Booking.vue @@ -85,7 +85,7 @@ export default { iframe { box-shadow: 4px 4px 10px rgba(145, 149, 234, 0.3); border-radius: 10px; - width: 387px; - height: 655px; + width: 389px; + height: 680px; }