/* Código CSS para aumentar el espacio entre párrafos en todo Moodle */
p {
margin-bottom: 1.5em; /* Aumenta el espacio a 1.5 veces el tamaño de la fuente */
}
/* OPCIONAL: Para un interlineado (espacio entre líneas dentro del párrafo) mayor */
p {
line-height: 1.6; /* Establece el interlineado a 1.6 (el valor normal es alrededor de 1.2 o 1.4) */
}
To reset your password, submit your username or your email address below. If we can find you in the database, an email will be sent to your email address, with instructions how to get access again.