diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-09 09:22:10 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-09 09:22:10 +0200 |
commit | b34a444e291c8ec90b4c2c965f7d0d6904d1faa7 (patch) | |
tree | 9880b79b12882b0cebf7b51ab6d5eb3efe62c585 /client/src/app/app.component.scss | |
parent | eacb25c4366bcc8fba20f98f93f004fabc6d5578 (diff) | |
download | PeerTube-b34a444e291c8ec90b4c2c965f7d0d6904d1faa7.tar.gz PeerTube-b34a444e291c8ec90b4c2c965f7d0d6904d1faa7.tar.zst PeerTube-b34a444e291c8ec90b4c2c965f7d0d6904d1faa7.zip |
Upgrade to bootstrap 4 first step
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 2 |
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 @@ | |||
85 | footer { | 85 | footer { |
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 | ||
94 | simple-notifications { | 94 | simple-notifications { |