From 0bd2ff8efbb4f35a22edc721eec25bb8c6a6fb1a Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Sun, 11 Sep 2022 13:06:26 -0400 Subject: [PATCH] Additional work --- src/layouts/index.html | 10 +++++----- src/static/css/style.css | 5 ----- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/src/layouts/index.html b/src/layouts/index.html index a5cc598..d9e5677 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -44,7 +44,6 @@
- grid pattern
@@ -79,13 +78,14 @@
-
- - -
+ +
+

example packages

+
+
diff --git a/src/static/css/style.css b/src/static/css/style.css index a20a2d4..f560e2c 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -221,11 +221,6 @@ hr{ padding: 80px !important; } - .grid-element{ - z-index: 1; - position: absolute; - width:600px; - } } /* Package Display Section */