diff --git a/src/app/shared/components/imprint/imprint.component.scss b/src/app/shared/components/imprint/imprint.component.scss index 7157eea..477aace 100644 --- a/src/app/shared/components/imprint/imprint.component.scss +++ b/src/app/shared/components/imprint/imprint.component.scss @@ -22,19 +22,19 @@ section { } h1 { - padding-bottom: 24px; - font-size: 90px; + font-size: 61px; font-weight: 700; + padding-bottom: 24px; } h2 { - font-size: 44px; + font-size: 32px; font-weight: 700; padding: 48px 0 24px 0; } h3 { - font-size: 28px; + font-size: 20px; font-weight: 700; padding: 24px 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 7157eea..a4cc7f5 100644 --- a/src/app/shared/components/privacy-policy/privacy-policy.component.scss +++ b/src/app/shared/components/privacy-policy/privacy-policy.component.scss @@ -22,19 +22,18 @@ section { } h1 { - padding-bottom: 24px; - font-size: 90px; + font-size: 61px; font-weight: 700; } h2 { - font-size: 44px; + font-size: 32px; font-weight: 700; - padding: 48px 0 24px 0; + padding: 24px 0 12px 0; } h3 { - font-size: 28px; + font-size: 20px; font-weight: 700; padding: 24px 0; } @@ -45,6 +44,13 @@ p { padding-bottom: 10px; } +ul { + padding: 12px; + li { + padding: 5px; + } +} + a { color: var(--light-blue); text-decoration: none;