From efbf0ed7f2a5d01fbcacc26dae1ff254c46b0ce5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 23 Apr 2017 22:13:58 +0200 Subject: Client: adjust viewport height --- client/src/app/app.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/app/app.component.scss') diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index f11552ef6..627187bd0 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -51,5 +51,6 @@ footer { padding: 10px 0; text-align: center; font-size: 11px; - margin-top: 30px; + margin-top: $footer-margin; + height: $footer-height; } -- cgit v1.2.3