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'); -