mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29:21 +00:00
11 lines
160 B
CSS
11 lines
160 B
CSS
/**
|
|
* Password forgotten page main stylesheet
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
.box-password-forgotten {
|
|
max-width: 350px;
|
|
margin: auto;
|
|
margin-top: 20px;
|
|
} |