From 6b053d9b1e29356f3375bc9e9fe57a95b00760c6 Mon Sep 17 00:00:00 2001 From: Wilson Wong Date: Tue, 26 Jul 2022 15:15:36 -0700 Subject: [PATCH] BRS-604: Adjust A&R Footer, with signed commits (#155) Co-authored-by: Wilson Wong --- src/app/footer/footer.component.html | 41 ++++++++++------------------ src/app/footer/footer.component.scss | 6 ++-- 2 files changed, 19 insertions(+), 28 deletions(-) diff --git a/src/app/footer/footer.component.html b/src/app/footer/footer.component.html index 0f28f5a..bbf771d 100644 --- a/src/app/footer/footer.component.html +++ b/src/app/footer/footer.component.html @@ -1,28 +1,17 @@ - \ No newline at end of file + + + + + diff --git a/src/app/footer/footer.component.scss b/src/app/footer/footer.component.scss index 9537fa9..399af97 100644 --- a/src/app/footer/footer.component.scss +++ b/src/app/footer/footer.component.scss @@ -11,14 +11,16 @@ margin: 0 auto; position: absolute; top: 50%; - left: 50%; + right: 50%; margin-right: -50%; - transform: translate(-50%, -50%); + transform: translate(-5%, -50%); + white-space: nowrap; } a { color: white; text-decoration: none; + font-weight: bold } a:hover {