diff --git a/AUTHORS b/AUTHORS index 99e0deb8a6..5894a7e23d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -208,3 +208,4 @@ Sri Harsha Pamu Cris Ewing Carlos de La Guardia Amir Qayyum Khan +Jolyon Bloomfield diff --git a/lms/static/sass/base/_reset.scss b/lms/static/sass/base/_reset.scss index eac3ed9512..5da90cd99e 100644 --- a/lms/static/sass/base/_reset.scss +++ b/lms/static/sass/base/_reset.scss @@ -93,7 +93,7 @@ td { vertical-align: top; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } - @page { margin: 0.5cm; } + @page { margin: 1cm 1.2cm 2cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }