From d7c152a4917092414b995d408b7ac126171e4301 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 23 Apr 2017 11:18:11 +0200 Subject: Add credit --- client/src/app/app.component.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) (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 2d0487cd8..f11552ef6 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -19,8 +19,19 @@ margin-top: 0; margin-bottom: 0; + display: flex; + flex-direction: column; + justify-content: center; + text-align: center; + a { color: inherit !important; + display: block; + background: url(/client/assets/logo.png) no-repeat; + background-size: contain; + width: 180px; + height: 22px; + margin: auto; &:hover { color: inherit !important; -- cgit v1.2.3