From c21228725607f470b4fc6ff93198df0571b2261d Mon Sep 17 00:00:00 2001 From: Alex Ost Date: Wed, 29 Jul 2026 19:38:09 +0200 Subject: [PATCH] updated homepage styles to option 5-2 --- website/modules/home-simplified/views/page.html | 2 +- website/public/css/home-simplified/home-simplified.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/modules/home-simplified/views/page.html b/website/modules/home-simplified/views/page.html index 68756635..7f7bdee6 100644 --- a/website/modules/home-simplified/views/page.html +++ b/website/modules/home-simplified/views/page.html @@ -21,7 +21,7 @@
The New Site Is On Its Way
-

Software that
carries your
mission further.

+

Software that
carries your
mission further.

For over a decade S&F has partnered with purpose-driven companies to design, build, and scale products that matter. diff --git a/website/public/css/home-simplified/home-simplified.css b/website/public/css/home-simplified/home-simplified.css index 2de714f6..e85f16e1 100644 --- a/website/public/css/home-simplified/home-simplified.css +++ b/website/public/css/home-simplified/home-simplified.css @@ -174,10 +174,10 @@ body { } .ca-hero h1 { - font-size: 120px; + font-size: 100px; font-weight: 700; line-height: 0.9; - letter-spacing: -2.8px; + letter-spacing: -2px; vertical-align: middle; max-width: 1180px; text-wrap: balance; @@ -431,7 +431,7 @@ svg.sicon { .ca-hero h1 { font-size: 40px; line-height: 0.9; - letter-spacing: -2.8px; + letter-spacing: -0.6px; max-width: none; padding-right: 4px; }