From 6aa4284c7bb29bfc9b11ea3879d6292b4f4296cc Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 23 Sep 2025 00:00:21 +0200 Subject: [PATCH] Fix marina image top alignment to match heading - Adjusted image container to align precisely with Connect with us heading - Top of image now starts at the same level as the C in the heading - Used CSS grid and proper height calculation for accurate alignment - Changed object-position to center top for better visual alignment --- src/app/page.tsx | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6981b4d..893d9b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -539,27 +539,29 @@ export default function Home() { // Desktop Layout - Responsive with aligned image
-
+
{/* Left Side - Marina Image Container */} -
-
- {/* On mobile: fixed height, on desktop: match form height */} -
- Port Amador Marina +
+
+ {/* Image positioned to align with heading */} +
+
+ Port Amador Marina +
{/* Right Side - Form Section */} -
+
{/* Form content wrapper */}