From 6d8dfed3d937f35919ce1905855a990da4338492 Mon Sep 17 00:00:00 2001 From: Nwoye Chinedu Date: Thu, 18 Jul 2024 20:18:08 +0200 Subject: [PATCH] Update index.html --- index.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/index.html b/index.html index d6f617f..f788cb8 100644 --- a/index.html +++ b/index.html @@ -175,20 +175,13 @@ .larger-contents { position: relative; - display: none; font-family: Arial, sans-serif; overflow-x: auto; /* Enable horizontal scrolling */ overflow-y: hidden; /* Disable vertical scrolling */ width: 100%; /* Adjust width as needed */ height: auto; - background-color: blue; white-space: nowrap; /* Prevent wrapping */ } -/* - .larger-contents frames { - border: none; /* Remove iframe border */ - display: block; /* Ensure iframe behaves like a block element */ - } */