diff --git a/src/app/components/about/about.component.sass b/src/app/components/about/about.component.sass index 3d9a21b..0342ecc 100644 --- a/src/app/components/about/about.component.sass +++ b/src/app/components/about/about.component.sass @@ -11,7 +11,11 @@ #aboutcontainer @include gridPosition(2, 2,2,2) background-color: $cPrimaryBackground + padding: 1em + input margin: 0.25em #header @include gridPosition(1, 2, 1, 2) +a + color: $cHeadPrimaryBackground diff --git a/src/app/components/imprint/imprint.component.html b/src/app/components/imprint/imprint.component.html index 38c4af9..71a25aa 100644 --- a/src/app/components/imprint/imprint.component.html +++ b/src/app/components/imprint/imprint.component.html @@ -1,8 +1,8 @@

Imprint

-

The greenvironment network is being developed by Bliblablub

+

The greenvironment network is being developed by the greenvironment team

Contact

-

Email: mailadress

+

Email: nick.derkoenig@greenvironment.net

\ No newline at end of file diff --git a/src/app/components/imprint/imprint.component.sass b/src/app/components/imprint/imprint.component.sass index ee3a6be..9e58876 100644 --- a/src/app/components/imprint/imprint.component.sass +++ b/src/app/components/imprint/imprint.component.sass @@ -11,6 +11,8 @@ #imprintcontainer @include gridPosition(2, 2,2,2) background-color: $cPrimaryBackground + padding: 1em + input margin: 0.25em #header