Set Paged.js in presentation mode
Jump to navigation
Jump to search
/* ------------------------------------- presentation mode */
@media screen{
div.pagedjs_pages {
display: block !important;
}
div.pagedjs_page{
display: block;
margin: 1em auto !important;
}
}
/* -------------------------------------