From c747b8ce3359f184431c1ce82201de3b9816fc0b Mon Sep 17 00:00:00 2001 From: Wil Wade Date: Mon, 18 Nov 2024 15:53:06 -0500 Subject: [PATCH] Cleanup Margins (#95) # Description Standardize and cleanup margins - Closes #78 --- .../Sections/DeveloperStepsMobile.svelte | 2 +- src/components/Sections/Developers.svelte | 8 ++--- src/components/Sections/Ecosystem.svelte | 19 ++++++----- .../Sections/Mission/MissionItem.svelte | 2 +- src/components/Sections/Top/Top.svelte | 34 ++++++++++++++----- src/lib/assets/waves-two.svg | 2 +- src/routes/+layout.svelte | 2 +- src/style/app.css | 2 +- 8 files changed, 46 insertions(+), 25 deletions(-) diff --git a/src/components/Sections/DeveloperStepsMobile.svelte b/src/components/Sections/DeveloperStepsMobile.svelte index 51657ffa..b3db69ba 100644 --- a/src/components/Sections/DeveloperStepsMobile.svelte +++ b/src/components/Sections/DeveloperStepsMobile.svelte @@ -10,7 +10,7 @@ const sectionParagraphClasses = 'body mt-f12 leading-[20px]'; const stepTitleClasses = 'title-h3 text-primary'; const circleWidth = '60'; - const sectionClasses = 'flex flex-col'; + const sectionClasses = 'mx-auto flex flex-col max-w-[550px] '; const stepClasses = 'py-[4px] flex flex-col'; diff --git a/src/components/Sections/Developers.svelte b/src/components/Sections/Developers.svelte index dc163b92..aca2a6a6 100644 --- a/src/components/Sections/Developers.svelte +++ b/src/components/Sections/Developers.svelte @@ -11,7 +11,7 @@ - +
@@ -23,16 +23,16 @@
-
+
-
+
-
diff --git a/src/components/Sections/Ecosystem.svelte b/src/components/Sections/Ecosystem.svelte index b4d0e2bf..cdf4a5a1 100644 --- a/src/components/Sections/Ecosystem.svelte +++ b/src/components/Sections/Ecosystem.svelte @@ -13,32 +13,35 @@
- +
-
+

Growing into a better Future Together

-

+

Frequency is leading a new era of social networking, empowering businesses and apps to help users unlock the value of their data and connections. Chosen as the core infrastructure for Project Liberty’s “People’s Bid” to acquire TikTok US, Frequency fosters a collaborative, decentralizing environment where communities can thrive around shared values, driving social impact, creativity, and growth.

-
- +
+
-
+

Companies in the Frequency Ecosystem

MeWe diff --git a/src/components/Sections/Mission/MissionItem.svelte b/src/components/Sections/Mission/MissionItem.svelte index 98cc54c6..5232c9e8 100644 --- a/src/components/Sections/Mission/MissionItem.svelte +++ b/src/components/Sections/Mission/MissionItem.svelte @@ -1,7 +1,7 @@ -
+
diff --git a/src/components/Sections/Top/Top.svelte b/src/components/Sections/Top/Top.svelte index 3db17a97..e69c281c 100644 --- a/src/components/Sections/Top/Top.svelte +++ b/src/components/Sections/Top/Top.svelte @@ -9,23 +9,41 @@ -
+
-
+
-
Bringing
-
Humanity
-
to the
-
People's
-
Internet
+
+ Bringing +
+
+ Humanity +
+
to the
+
+ People's +
+
+ Internet +
diff --git a/src/lib/assets/waves-two.svg b/src/lib/assets/waves-two.svg index e2591bd9..935827f3 100644 --- a/src/lib/assets/waves-two.svg +++ b/src/lib/assets/waves-two.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 6b6bc5bb..64cd22de 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -12,7 +12,7 @@
{@render content()}
-
+
{/snippet} diff --git a/src/style/app.css b/src/style/app.css index 1c30956d..caff124f 100644 --- a/src/style/app.css +++ b/src/style/app.css @@ -32,7 +32,7 @@ } .title-h3 { - @apply font-title text-[40px] leading-[1] tracking-wider md:text-[40px] lg:text-[44px]; + @apply font-title text-[30px] leading-[1] tracking-wider sm:text-[36px] md:text-[40px] lg:text-[44px]; } .title-h5 {