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>