diff --git a/bizmatch/src/app/pages/details/details.scss b/bizmatch/src/app/pages/details/details.scss index 1ed42e5..fe366d4 100644 --- a/bizmatch/src/app/pages/details/details.scss +++ b/bizmatch/src/app/pages/details/details.scss @@ -1,11 +1,12 @@ :host ::ng-deep p { display: block; - // margin-top: 1em; - // margin-bottom: 1em; + //margin-top: 1em; + //margin-bottom: 1em; margin-left: 0; margin-right: 0; font-size: 1rem; /* oder 1rem, abhängig vom Browser und den Standardeinstellungen */ line-height: 1.5; + min-height: 1.5em; } :host ::ng-deep h1 { display: block;