diff --git a/public/tailwind-output.css b/public/tailwind-output.css index 70594606..52205eae 100644 --- a/public/tailwind-output.css +++ b/public/tailwind-output.css @@ -786,6 +786,11 @@ video { margin-bottom: 1.25rem; } +.my-10 { + margin-top: 2.5rem; + margin-bottom: 2.5rem; +} + .mt-3 { margin-top: 0.75rem; } @@ -846,6 +851,22 @@ video { margin-left: 1.5rem; } +.mr-10 { + margin-right: 2.5rem; +} + +.mr-4 { + margin-right: 1rem; +} + +.ml-4 { + margin-left: 1rem; +} + +.mt-20 { + margin-top: 5rem; +} + .block { display: block; } @@ -916,6 +937,10 @@ video { height: auto; } +.h-1 { + height: 0.25rem; +} + .min-h-\[600px\] { min-height: 600px; } @@ -994,6 +1019,18 @@ video { width: 11rem; } +.w-28 { + width: 7rem; +} + +.w-1\/6 { + width: 16.666667%; +} + +.w-10\/12 { + width: 83.333333%; +} + .max-w-lg { max-width: 32rem; } @@ -1191,6 +1228,11 @@ video { background-color: rgb(241 225 146 / var(--tw-bg-opacity)); } +.bg-black { + --tw-bg-opacity: 1; + background-color: rgb(0 0 0 / var(--tw-bg-opacity)); +} + .bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); } @@ -1337,6 +1379,14 @@ video { padding-left: 1rem; } +.pb-12 { + padding-bottom: 3rem; +} + +.pb-24 { + padding-bottom: 6rem; +} + .text-left { text-align: left; } diff --git a/src/components/_Landing/Landing.tsx b/src/components/_Landing/Landing.tsx index 8fe69faf..f7ce8438 100644 --- a/src/components/_Landing/Landing.tsx +++ b/src/components/_Landing/Landing.tsx @@ -9,6 +9,7 @@ import { randomizeAnimationDurations } from "./utilities"; import Schedule from "./sections/schedule/Schedule"; import Sponsors from "./sections/sponsors/Sponsors"; import Sun from "./assets/sun/sun"; +import SectionTitle from "./global_components/SectionTitle"; function LandingPage(props: any) { @@ -22,10 +23,19 @@ function LandingPage(props: any) { className="w-full h-fit"> + + + + + + + + +