From b1388b40b138e4440cda121b8044b26ae35759ef Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Tue, 5 Oct 2021 07:23:29 -0400 Subject: Minified images and added better scroll code to the canvas --- index.css | 3 --- 1 file changed, 3 deletions(-) (limited to 'index.css') diff --git a/index.css b/index.css index 32bd838..69187fe 100644 --- a/index.css +++ b/index.css @@ -72,9 +72,7 @@ header > nav > ul a:hover { /* Carousel styling */ #carousel { width: 100%; - height: 360px; position: relative; - overflow: hidden; } #carousel > button { @@ -100,7 +98,6 @@ header > nav > ul a:hover { } #image_container { - position: absolute; width: 100%; display: flex; flex-direction: row; -- cgit v1.2.1