diff --git a/web/themes/custom/materiotheme/assets/dist/main.css b/web/themes/custom/materiotheme/assets/dist/main.css index 2e85a5f..2b7e2f6 100644 --- a/web/themes/custom/materiotheme/assets/dist/main.css +++ b/web/themes/custom/materiotheme/assets/dist/main.css @@ -2557,7 +2557,11 @@ body { #printable-root-page > article .field--name-field-distributor { margin-top: 1em; display: inline-block; + vertical-align: top; width: 49%; } + #printable-root-page > article .field--name-field-manufacturer .field__item, + #printable-root-page > article .field--name-field-distributor .field__item { + padding-bottom: 0.5em; } #printable-root-page > article .field--name-field-manufacturer .taxonomy-term > h2, #printable-root-page > article .field--name-field-distributor .taxonomy-term > h2 { margin: 0; diff --git a/web/themes/custom/materiotheme/assets/dist/print.css b/web/themes/custom/materiotheme/assets/dist/print.css index ee001e5..9daffc3 100644 --- a/web/themes/custom/materiotheme/assets/dist/print.css +++ b/web/themes/custom/materiotheme/assets/dist/print.css @@ -47,7 +47,11 @@ body { #printable-root-page > article .field--name-field-distributor { margin-top: 1em; display: inline-block; + vertical-align: top; width: 49%; } + #printable-root-page > article .field--name-field-manufacturer .field__item, + #printable-root-page > article .field--name-field-distributor .field__item { + padding-bottom: 0.5em; } #printable-root-page > article .field--name-field-manufacturer .taxonomy-term > h2, #printable-root-page > article .field--name-field-distributor .taxonomy-term > h2 { margin: 0; diff --git a/web/themes/custom/materiotheme/assets/styles/print.scss b/web/themes/custom/materiotheme/assets/styles/print.scss index 4ef8024..f8fcd94 100644 --- a/web/themes/custom/materiotheme/assets/styles/print.scss +++ b/web/themes/custom/materiotheme/assets/styles/print.scss @@ -60,7 +60,11 @@ body{ .field--name-field-distributor{ margin-top: 1em; display: inline-block; + vertical-align: top; width:49%; + .field__item{ + padding-bottom: 0.5em; + } .taxonomy-term{ >h2{ margin:0;