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; -}