Revert "Fix: Restaurar estilos Bootstrap para .contact-info h6 y .text-muted"

This reverts commit 85d50a7bf5.
This commit is contained in:
FrankZamora
2025-11-08 11:18:22 -06:00
parent 85d50a7bf5
commit 9db7f97c93

View File

@@ -1270,14 +1270,4 @@ footer .btn-primary:hover {
color: var(--color-orange-primary);
}
/* Restaurar estilos Bootstrap para h6 dentro de contact-info (override de estilos globales línea 110-116) */
.contact-info h6 {
font-family: inherit !important;
font-weight: 500 !important;
line-height: 1.2 !important;
margin-bottom: 0.5rem !important;
}
.contact-info .text-muted {
font-size: inherit !important;
}
/* ELIMINADO: .contact-info h6 para mantener Bootstrap default del template */