From 0377251801dd7f50fe6bba8b0344df913117239b Mon Sep 17 00:00:00 2001
From: jgordini <jgordini@uab.edu>
Date: Thu, 2 Dec 2021 15:28:09 -0600
Subject: [PATCH] styling for excess padding and overlay

---
 README.md | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/README.md b/README.md
index 8ed5b9d..910b7b4 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,38 @@
 # it-home
+
+[Homepage](https://www.uab.edu/it/home/)
+
+**CSS Changes**
+
+body.linear #banner::after {
+    content: "";
+    position: absolute;
+    top: 0;
+    right: 0;
+    bottom: 0;
+    left: 0;
+    z-index: -100;
+    background: #295135;
+    mix-blend-mode: multiply;
+    opacity: .9;
+}
+
+body.linear #whitebox {
+    overflow: visible;
+    margin: 6.4rem auto;
+    max-width: 1280px;
+    background: none;
+}
+
+body.linear [id=whitebox] .moduletable.alert:last-child {
+    margin-bottom: 6.4rem;
+}
+
+body.linear [id=whitebox] .section {
+    margin: 6.4rem 0;
+}
+
+
+
+
+
-- 
GitLab