aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.scss
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-04-23 22:13:58 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-04-26 21:23:19 +0200
commitefbf0ed7f2a5d01fbcacc26dae1ff254c46b0ce5 (patch)
tree9c3749da7bb471ca4ac4e4b256e1863f200e3eb7 /client/src/app/app.component.scss
parent8ce9e815c8212647d702b94ca8633943d1aa663a (diff)
downloadPeerTube-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.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}