diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-04-23 22:13:58 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-04-26 21:23:19 +0200 |
commit | efbf0ed7f2a5d01fbcacc26dae1ff254c46b0ce5 (patch) | |
tree | 9c3749da7bb471ca4ac4e4b256e1863f200e3eb7 /client/src/app/app.component.scss | |
parent | 8ce9e815c8212647d702b94ca8633943d1aa663a (diff) | |
download | PeerTube-efbf0ed7f2a5d01fbcacc26dae1ff254c46b0ce5.tar.gz PeerTube-efbf0ed7f2a5d01fbcacc26dae1ff254c46b0ce5.tar.zst PeerTube-efbf0ed7f2a5d01fbcacc26dae1ff254c46b0ce5.zip |
Client: adjust viewport height
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 3 |
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 | } |