Skip to content

Commit c7e7ad8

Browse files
authored
Infra: Fix margin clipping in the print CSS (#4742)
1 parent e814841 commit c7e7ad8

File tree

1 file changed

+1
-1
lines changed
  • pep_sphinx_extensions/pep_theme/static

1 file changed

+1
-1
lines changed

pep_sphinx_extensions/pep_theme/static/mq.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152

153153
section#pep-page-section > article {
154154
float: none;
155-
max-width: 17.5cm;
155+
max-width: 100%;
156156
width: auto;
157157
margin: 0;
158158
padding: 0;

0 commit comments

Comments
 (0)