From 085e6fa0e94f7af187d7aa0ffc707d38efc3988b Mon Sep 17 00:00:00 2001 From: Guillermo Arrieta Medina Date: Thu, 26 Mar 2026 19:06:54 -0600 Subject: [PATCH] =?UTF-8?q?mejoras=20de=20dise=C3=B1o=20de=20mapa=20curric?= =?UTF-8?q?ular=20parte=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ancho de ciclos fijo - alineacion correcta de CR, HD y HI - tamaño de nombre de asignatura pasó de md a sm --- src/routes/planes/$planId/_detalle/mapa.tsx | 41 +++++++++------------ 1 file changed, 18 insertions(+), 23 deletions(-) diff --git a/src/routes/planes/$planId/_detalle/mapa.tsx b/src/routes/planes/$planId/_detalle/mapa.tsx index 0738284..77502a1 100644 --- a/src/routes/planes/$planId/_detalle/mapa.tsx +++ b/src/routes/planes/$planId/_detalle/mapa.tsx @@ -248,7 +248,7 @@ function AsignaturaCardItem({ {/* titulo */}

-
-
- - - CR - -
+
+ {/* */} + + CR + +
{asignatura.creditos}
-
-
- - - HD - -
+
+ + HD + +
{asignatura.hd}
-
-
- - - HI - -
+
+ + HI + +
{asignatura.hi}
@@ -728,7 +723,7 @@ function MapaCurricularPage() {