diff --git a/custom/themes/the_loyalist_collection/src/scss/print.scss b/custom/themes/the_loyalist_collection/src/scss/print.scss index 4740a05..fc7ff11 100644 --- a/custom/themes/the_loyalist_collection/src/scss/print.scss +++ b/custom/themes/the_loyalist_collection/src/scss/print.scss @@ -83,7 +83,21 @@ main { margin-top: 1rem; - .file--application-pdf { + dl.loyalist-record { + display: grid; + grid-template-columns: auto auto; + + dt, + dd { + padding: 0.25rem 0.5rem; + + &.visually-hidden { + position: relative !important; + } + } + } + + .file { -webkit-print-color-adjust: exact; } }