CoolFace
Apppublic

DataScope26/WEB

sourceHugging Faceupdated 7d agoView on Hugging Face
0likes
Perfil.css39 linesDownload Raw Back to pages
1.perfil-page {2  min-height: 100vh;3  background: linear-gradient(90deg, var(--color-bg) 0%, var(--color-bg) 100%);4  padding: 2rem 2.25rem 2rem 5.375rem;5  max-width: 100%;6  display: flex;7  flex-direction: column;8  gap: 1.5rem;9  box-sizing: border-box;10}11 12.perfil-header {13  display: flex;14  flex-direction: column;15  gap: 0.5rem;16  padding-bottom: 1rem;17  border-bottom: 0.0625rem solid var(--color-border);18  width: 100%;19}20 21.perfil-title {22  font-family: var(--font-body);23  font-weight: 700;24  font-size: 1.875rem;25  line-height: 2.25rem;26  letter-spacing: -0.0469rem;27  color: var(--color-text);28  margin: 0;29}30 31.perfil-subtitle {32  font-family: var(--font-body);33  font-weight: 400;34  font-size: 1rem;35  line-height: 1.5rem;36  color: var(--color-muted);37  margin: 0;38  max-width: 40.625rem; /* Cambiado de 60% a píxeles fijos para un mejor control del texto */39}