Set Paged.js in presentation mode: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
div.pagedjs_pages { | div.pagedjs_pages { | ||
display: block !important; | display: block !important; | ||
width: unset !important; | |||
} | } | ||
div.pagedjs_page{ | div.pagedjs_page{ |
Latest revision as of 09:49, 24 September 2025
/* ------------------------------------- presentation mode */
@media screen{
div.pagedjs_pages {
display: block !important;
width: unset !important;
}
div.pagedjs_page{
display: block;
margin: 1em auto !important;
}
}
/* -------------------------------------