Skip to content

Commit

Permalink
Center paged documents
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Sep 2, 2024
1 parent 30d21ae commit 4015be7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions core/src/main/resources/render/theme/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,12 @@ body:has(.pagedjs_page) {
background-color: lightgray;
}

/* Space between pages */
.pagedjs_page {
margin-bottom: 3mm;
/* Pages area */
.pagedjs_pages {
display: flex;
flex-direction: column;
align-items: center;
gap: 3mm;
}

/* A divider in a row is vertical instead of horizontal */
Expand Down

0 comments on commit 4015be7

Please sign in to comment.