From af7ada529b5a56e3d6369fb679fbd0ee9822df0a Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 2 Aug 2024 15:48:36 -0600 Subject: [PATCH] Adjust iframes to 1/3 of viewport height and remove Netlify Drawer code --- index.html | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/index.html b/index.html index cb6dd6c..1c2dba7 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@ iframe { flex: 1; border: none; - height: 50%; /* Adjust as necessary to fit within the viewport */ + height: 33%; /* Adjust to 1/3 of the viewport height */ } .buttons { width: 100%; @@ -42,11 +42,6 @@ font-size: 16px; cursor: pointer; } - - /* CSS to hide Netlify Drawer */ - iframe[src^='https://app.netlify.com'] { - display: none; - } @@ -56,14 +51,6 @@ gtag('js', new Date()); gtag('config', 'G-CC1B9CQ691'); -
@@ -77,8 +64,5 @@
-
- -