From 37167d18e626fa3eee8afb76fc86f66c36e49516 Mon Sep 17 00:00:00 2001 From: ELDRAZI-17 <78639467+ELDRAZI-17@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:39:08 +0100 Subject: [PATCH] Update style.css --- style.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/style.css b/style.css index a94c6cf..9b3ce38 100644 --- a/style.css +++ b/style.css @@ -4,16 +4,5 @@ marquee { html, body { background-color: black; font-family: 'NemoyBold'; - padding: 0; - margin: 0; overflow: hidden; } -#container { - position: absolute; - left: 0; - top: 0; - right: -30px; - bottom: 0; - padding-right: 15px; - overflow-y: scroll; -}