diff --git a/src/app/app.component.scss b/src/app/app.component.scss index 41b9bb4..8606be0 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -31,7 +31,7 @@ app-header { .main-content { width: calc(100% - 128px); - min-width: calc(100vw - 232px - 64px); + min-width: calc(100vw - 296px); height: 100vh; padding: 64px 0 0 64px; background-color: var(--bgContent); diff --git a/src/app/components/contacts/contacts.component.scss b/src/app/components/contacts/contacts.component.scss index 4902c19..e5a3d2a 100644 --- a/src/app/components/contacts/contacts.component.scss +++ b/src/app/components/contacts/contacts.component.scss @@ -42,9 +42,11 @@ section { left: -64px; width: 400px; min-height: calc(100vh - 128px); + height: 100%; background-color: var(--white); padding-top: 32px; box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.1); + overflow: auto; } .content { diff --git a/src/app/shared/components/help/help.component.scss b/src/app/shared/components/help/help.component.scss index 2b83f09..28102bf 100644 --- a/src/app/shared/components/help/help.component.scss +++ b/src/app/shared/components/help/help.component.scss @@ -4,6 +4,7 @@ section { overflow-wrap: break-word; white-space: normal; padding-right: 64px; + margin-bottom: 32px; a { text-decoration: none; color: var(--gray); @@ -70,6 +71,7 @@ h3 { @media screen and (max-width: 910px) { section { padding-right: 0; + margin-bottom: 0; } } diff --git a/src/app/shared/components/imprint/imprint.component.scss b/src/app/shared/components/imprint/imprint.component.scss index 830b792..21dd4c6 100644 --- a/src/app/shared/components/imprint/imprint.component.scss +++ b/src/app/shared/components/imprint/imprint.component.scss @@ -4,6 +4,7 @@ section { overflow-wrap: break-word; white-space: normal; padding-right: 64px; + margin-bottom: 32px; } .header { @@ -63,6 +64,7 @@ a { @media screen and (max-width: 910px) { section { padding-right: 0; + margin-bottom: 0; } } diff --git a/src/app/shared/components/privacy-policy/privacy-policy.component.scss b/src/app/shared/components/privacy-policy/privacy-policy.component.scss index e96845f..2c28e1a 100644 --- a/src/app/shared/components/privacy-policy/privacy-policy.component.scss +++ b/src/app/shared/components/privacy-policy/privacy-policy.component.scss @@ -4,6 +4,7 @@ section { overflow-wrap: break-word; white-space: normal; padding-right: 64px; + margin-bottom: 32px; } .header { @@ -69,6 +70,7 @@ a { @media screen and (max-width: 910px) { section { padding-right: 0; + margin-bottom: 0; } }