From 1f34d052b3d3b1ec82b1be24bff9b2e271e7142b Mon Sep 17 00:00:00 2001 From: Alex Ost Date: Wed, 29 Jul 2026 18:23:14 +0200 Subject: [PATCH] updated homepage styles to option 5 --- .../home-simplified/public/css/home-simplified.css | 2 +- .../public/css/search-results/search-results.css | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/website/modules/home-simplified/public/css/home-simplified.css b/website/modules/home-simplified/public/css/home-simplified.css index 7021b0c1..8fc0fc65 100644 --- a/website/modules/home-simplified/public/css/home-simplified.css +++ b/website/modules/home-simplified/public/css/home-simplified.css @@ -214,7 +214,7 @@ body { } .ca-hero h1 { - font-size: 52px; + font-size: 100px; font-weight: 700; line-height: 1.22; letter-spacing: -2px; diff --git a/website/public/css/search-results/search-results.css b/website/public/css/search-results/search-results.css index b7bea012..1ee90001 100644 --- a/website/public/css/search-results/search-results.css +++ b/website/public/css/search-results/search-results.css @@ -279,7 +279,7 @@ body { } .sr-hero h1 { - font-size: 50px; + font-size: 38px; font-weight: 800; line-height: 1.2; color: #141414; @@ -292,7 +292,7 @@ body { gap: 10px; font-size: 14px; font-weight: 800; - letter-spacing: 0.22em; + letter-spacing: 2.64px; text-transform: uppercase; color: #4A4A4A; } @@ -317,11 +317,12 @@ body { display: flex; align-items: center; justify-content: space-between; - padding: 34px 0; + padding: 25px 0; border-bottom: 1px solid rgba(20,20,20,0.14); text-decoration: none; position: relative; gap: 28px; + min-height: 84px; } .sr-row-content { @@ -335,13 +336,12 @@ body { font-size: 12px; font-weight: 700; color: #00897B; - letter-spacing: 0.1em; + letter-spacing: 1.2px; } .sr-title { - font-size: 30px; - font-weight: 700; - letter-spacing: -0.8px; + font-size: 24px; + font-weight: 600; color: #141414; transition: transform .3s cubic-bezier(.16,1,.3,1); }