diff --git a/web/themes/custom/sfgovpl/src/sass/node/_node-step-by-step.scss b/web/themes/custom/sfgovpl/src/sass/node/_node-step-by-step.scss index b8442334e..be9e520d4 100644 --- a/web/themes/custom/sfgovpl/src/sass/node/_node-step-by-step.scss +++ b/web/themes/custom/sfgovpl/src/sass/node/_node-step-by-step.scss @@ -70,6 +70,18 @@ @media print { .step-by-step-container { + page-break-before: always; + break-inside: avoid; + border-left: none !important; + + .step-container { + margin: 20px 0 75px 32px; + } + + .step-type { + margin-top: 17px !important; + color: $c-slate !important; + } .show-more-link { display: none !important; }