This commit is contained in:
Lizandro Guarnizo
2026-01-22 10:33:16 -05:00
parent d6e50b2a98
commit 99bedaa5a6
88 changed files with 184 additions and 8549 deletions
+10
View File
@@ -19,6 +19,16 @@
--info-color: #3b82f6;
}
/* Ajuste global: reducir tamaño de letra base en toda la app */
html {
font-size: 14px; /* Default 16px -> 14px para fuentes más pequeñas */
}
/* Ajuste base para compatibilidad con rem */
body {
font-size: 0.95rem;
}
* {
margin: 0;
padding: 0;