+ {/* Main content - spans 2 columns on desktop */}
{/* Description */}
- {park.description &&
+ {park.description &&
About {park.name}
@@ -413,7 +414,8 @@ export default function ParkDetail() {
-
+ {/* Sidebar - single column on desktop */}
+
{/* Park Information */}
diff --git a/src/pages/RideDetail.tsx b/src/pages/RideDetail.tsx
index f17d04b1..06cd2bae 100644
--- a/src/pages/RideDetail.tsx
+++ b/src/pages/RideDetail.tsx
@@ -290,8 +290,8 @@ export default function RideDetail() {
{/* Quick Stats */}
-
-
+
+
{ride.max_speed_kmh && (
@@ -393,11 +393,12 @@ export default function RideDetail() {
-
-
+
+ {/* Main content - spans 2 columns on desktop */}
+
{/* Description */}
{ride.description && (
-
+
About {ride.name}
@@ -412,21 +413,10 @@ export default function RideDetail() {
{ride.name_history && ride.name_history.length > 0 && (
)}
-
-
-
- setActiveTab("photos")}
- />
-
+ {/* Sidebar - single column on desktop */}
+
+
+ {/* Full-width sections below */}
+
+
+
+ setActiveTab("photos")}
+ />
+