From 8b79b78a547e59a1337897d81680529e496eba90 Mon Sep 17 00:00:00 2001 From: Elliot Braem <16282460+elliotBraem@users.noreply.github.com> Date: Sun, 28 Jan 2024 23:53:55 -0500 Subject: [PATCH] home --- apps/buildbox/widget/page/home.jsx | 34 ++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/apps/buildbox/widget/page/home.jsx b/apps/buildbox/widget/page/home.jsx index 6c9f034..bf7d771 100644 --- a/apps/buildbox/widget/page/home.jsx +++ b/apps/buildbox/widget/page/home.jsx @@ -24,14 +24,44 @@ const HeroSection = styled.div` } `; + +const Header = styled.h1` + font-size: 90px; + max-width: 900px; + font-style: normal; + text-align: left; + font-weight: 500; + line-height: 108px; + text-transform: lowercase; + + @media screen and (max-width: 768px) { + font-size: 36px; + max-width: 70%; + line-height: 43px; + } +`; + +const Subheader = styled.p` + font-size: 24px; + max-width: 800px; + text-align: left; + line-height: 36px; + + @media screen and (max-width: 768px) { + font-size: 16px; + line-height: 24px; + } +`; + return ( <>
-

+
🔨 📦 build box
-

+ + hackathon platform