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.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss
index 9eca31320..ded45b5f7 100644
--- a/client/src/app/app.component.scss
+++ b/client/src/app/app.component.scss
@@ -85,10 +85,10 @@
85footer { 85footer {
86 border-top: 1px solid $footer-border-color; 86 border-top: 1px solid $footer-border-color;
87 padding: 10px 0; 87 padding: 10px 0;
88 text-align: center;
89 font-size: 11px; 88 font-size: 11px;
90 margin-top: $footer-margin; 89 margin-top: $footer-margin;
91 height: $footer-height; 90 height: $footer-height;
91 justify-content: center;
92} 92}
93 93
94simple-notifications { 94simple-notifications {