aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r--client/src/app/app.component.scss3
1 files changed, 2 insertions, 1 deletions
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 {
51 padding: 10px 0; 51 padding: 10px 0;
52 text-align: center; 52 text-align: center;
53 font-size: 11px; 53 font-size: 11px;
54 margin-top: 30px; 54 margin-top: $footer-margin;
55 height: $footer-height;
55} 56}