11 lines
160 B
CSS
Raw Normal View History

2018-05-21 10:05:32 +02:00
/**
* Password forgotten page main stylesheet
*
* @author Pierre HUBERT
*/
.box-password-forgotten {
max-width: 350px;
margin: auto;
2021-12-30 10:23:47 +01:00
margin-top: 30px;
2018-05-21 10:05:32 +02:00
}