Generateurv2/frontend/styles/pdf_gen/pdfForm.module.scss

14 lines
219 B
SCSS
Raw Normal View History

2022-05-18 10:15:54 +02:00
.main {
// background-color: red;
margin: 0 auto;
width: 100%;
display: flex;
flex-direction: column;
height: 100%;
align-items: center;
justify-content: center;
& > div{
text-align: center;
}
}