diff --git a/frontend/src/app/component/landing/landing.component.html b/frontend/src/app/component/landing/landing.component.html index f9b6d66..76e030c 100644 --- a/frontend/src/app/component/landing/landing.component.html +++ b/frontend/src/app/component/landing/landing.component.html @@ -1,6 +1,12 @@
Hier finden Sie Datenschutz-Informationen in einer eigenen Seite, + ohne jegliche Scripts oder sonstige bedenkliche Internet-Dinge!
+ + diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 08ecb3b..2045bbb 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -7,12 +7,18 @@ box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; } + +html { + height: 100%; +} + a { text-decoration: underline; cursor: auto; } body { + height: 100%; width: 60%; margin: 0 auto; font-family: Arial, Helvetica, sans-serif; @@ -29,6 +35,13 @@ body { background: white; } +.footer { + display: block; + bottom: 0; + padding-top: 1em; + padding-bottom: 1em; +} + .content { padding-top: 1em; margin-left: auto; @@ -44,6 +57,7 @@ body { } .router-wrapper { + min-height: 90vh; } .center {