From 1f2a587203d3620f7717ba5bb59d66c4a5b8b372 Mon Sep 17 00:00:00 2001 From: Gary Date: Fri, 20 Mar 2026 13:25:06 +0000 Subject: [PATCH] testing something --- css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 8e35369..0afbaaa 100644 --- a/css/style.css +++ b/css/style.css @@ -10763,8 +10763,7 @@ textarea.form-control { /* Contact Banner Styles */ .contact-banner { position: relative; - width: 100%; - + width: 100%; display: flex; align-items: center; background-color: #002b49; /* fallback brand blue */ @@ -10783,7 +10782,7 @@ textarea.form-control { left: 0; width: 100%; height: 100%; - background: linear-gradient(90deg, rgba(0, 43, 73, 0.8) 0%, rgba(0, 43, 73, 0.2) 100%); + background: linear-gradient(180deg, rgba(0, 43, 73, 0.8) 0%, rgba(0, 43, 73, 0.2) 100%); z-index: 1; }