Skip to content

Commit

Permalink
Use page margins according to DIN 5008
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau authored Oct 18, 2023
1 parent fe9b884 commit fcd55f7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pep_sphinx_extensions/pep_theme/static/mq.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,18 @@
img {
max-width: 100% !important;
}
/* Page margins according to DIN 5008, leaves space for punched holes. */
@page {
margin: 2.5cm;
margin-top: 2cm;
margin-bottom: 2cm;
}
@page :right {
margin-left: 2.5cm;
margin-right: 2cm;
}
@page :left {
margin-left: 2cm;
margin-right: 2.5cm;
}
p,
h2,
Expand Down

0 comments on commit fcd55f7

Please sign in to comment.