You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
211 B
CSS
17 lines
211 B
CSS
2 years ago
|
@media screen {
|
||
|
|
||
|
.pagedjs_pages {
|
||
|
flex-direction: column;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.pagedjs_first_page {
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
|
||
|
.pagedjs_page {
|
||
|
margin: 0 auto;
|
||
|
margin-top: 10mm;
|
||
|
}
|
||
|
|
||
|
}
|