From da2a4c6908218cd37cef5a96de287afbf4c56141 Mon Sep 17 00:00:00 2001
From: Luke <16389426+LukeSeers@users.noreply.github.com>
Date: Wed, 9 Feb 2022 22:09:36 +0100
Subject: [PATCH] Add general-layout

---
 _sass/prebuilt/general-layout/default.scss    | 11 +++++++++++
 _sass/prebuilt/section-container/default.scss | 11 -----------
 team/index.html                               |  2 +-
 3 files changed, 12 insertions(+), 12 deletions(-)
 create mode 100644 _sass/prebuilt/general-layout/default.scss
 delete mode 100644 _sass/prebuilt/section-container/default.scss

diff --git a/_sass/prebuilt/general-layout/default.scss b/_sass/prebuilt/general-layout/default.scss
new file mode 100644
index 0000000..10eb6b9
--- /dev/null
+++ b/_sass/prebuilt/general-layout/default.scss
@@ -0,0 +1,11 @@
+.general-layout {
+    margin-top: 10rem;
+    margin-bottom: 15rem;
+}
+
+.general-layout > div:first-child {
+    margin-top: 0;
+} 
+.general-layout > div {
+    margin-top: 15rem;
+} 
\ No newline at end of file
diff --git a/_sass/prebuilt/section-container/default.scss b/_sass/prebuilt/section-container/default.scss
deleted file mode 100644
index 07476f3..0000000
--- a/_sass/prebuilt/section-container/default.scss
+++ /dev/null
@@ -1,11 +0,0 @@
-.section-container {
-    margin-top: 5rem;
-    margin-bottom: 5rem;
-} 
-
-.section-container > div:first-child {
-    margin-top: 0;
-} 
-.section-container > div {
-    margin-top: 15rem;
-} 
\ No newline at end of file
diff --git a/team/index.html b/team/index.html
index 822ffef..db65d89 100644
--- a/team/index.html
+++ b/team/index.html
@@ -3,7 +3,7 @@ title: Team Overview
 layout: page
 ---
 
-<section class="section-container">
+<section class="general-layout">
   <div class="relative mt-48">
       <span style="font-size: 12rem;" class="-mt-24 text-9xl font-bold opacity-5 z-0 ml-0 w-full left-0 text-center absolute overflow-hidden">Team</span>
       <h1 class="text-5xl tracking-tight font-bold py-10 text-center">Who We Are</h1>