From cdc6ee4ad01676ba61f3c6b0f228ae1714e541b4 Mon Sep 17 00:00:00 2001 From: Brenton Strine Date: Wed, 30 Mar 2022 00:28:03 -0400 Subject: [PATCH 1/3] deleteme --- aa | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 aa diff --git a/aa b/aa new file mode 100644 index 0000000..e69de29 From edfb3b0d28aa079a70a3f4d7dbfffc122039614b Mon Sep 17 00:00:00 2001 From: Brenton Strine Date: Tue, 12 Apr 2022 08:19:38 -0400 Subject: [PATCH 2/3] Work in progress--modify navbar --- public/css/main.css | 2 +- public/pages/index.html | 119 +++++++++++++++++++++++++++++++++++----- 2 files changed, 105 insertions(+), 16 deletions(-) diff --git a/public/css/main.css b/public/css/main.css index d554c90..0c825ef 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -120,7 +120,7 @@ textarea { /* ========================================================================== Sitewide Layout ========================================================================== */ - header, + .main-width.main-width, main, footer { margin-left: calc(50% - 490px); diff --git a/public/pages/index.html b/public/pages/index.html index 82ba013..d5d0192 100644 --- a/public/pages/index.html +++ b/public/pages/index.html @@ -28,26 +28,115 @@ + + + +
From eccdbf62a2ecb32521011e36904f0924a1d5c3ef Mon Sep 17 00:00:00 2001 From: Brenton Strine Date: Tue, 12 Apr 2022 08:19:38 -0400 Subject: [PATCH 3/3] Work in progress--modify navbar