Generateurv2/frontend/styles/login.module.css
Kilton937342 035af2a3b7 modifs
2022-06-11 23:39:03 +02:00

19 lines
513 B
CSS

.main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
/*# sourceMappingURL=login.module.css.map */