diff --git a/src/app/app.component.scss b/src/app/app.component.scss index d78462e5f279646d17d2cd2001b2cf278f7b16fa..fca285945bf10fb9a964e2de5d69e000899328f6 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -4,7 +4,7 @@ header { position: absolute; - top: 44px; + top: 0; left: 0; width: 100%; height: 112px; @@ -20,7 +20,7 @@ header { main { position: absolute; - top: 156px; + top: 112px; left: 0; bottom: 0; right: 0;