From 6a6eb6a7d5dc41e01eda15097172536eeb8a62c4 Mon Sep 17 00:00:00 2001 From: patrickwebsdev Date: Thu, 7 Nov 2024 21:40:38 -0300 Subject: [PATCH] style: fix padding & anchors --- src/app/page.tsx | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a01896c..17213357 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -254,7 +254,7 @@ export default function Home() { ))} -
+
{/* Puntos de Encuentro */}
@@ -269,25 +269,26 @@ export default function Home() {
{collectionPoints.map((point) => ( -
+

{point.area}

- + {point.location && (

Punto de referencia: {point.location}

)}
-
+ ))}
@@ -300,21 +301,19 @@ export default function Home() {
{medicalCenters.map((center) => ( -

{center.name}

- +
{center.address} - -
+
+ ))}