diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-11 08:50:43 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-11 08:50:43 +0100 |
commit | 3daf400219fe8cc94025886ba14876bc59a45244 (patch) | |
tree | 149c657338a79c7970a5466f6731c8fa513bb8b2 /client/src/app/app.component.scss | |
parent | b1a134ee525bd23d7e359573eca24f133974de84 (diff) | |
download | PeerTube-3daf400219fe8cc94025886ba14876bc59a45244.tar.gz PeerTube-3daf400219fe8cc94025886ba14876bc59a45244.tar.zst PeerTube-3daf400219fe8cc94025886ba14876bc59a45244.zip |
Responsive homepage
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 10af9debe..008c6d1f0 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -61,6 +61,8 @@ | |||
61 | } | 61 | } |
62 | 62 | ||
63 | @media screen and (max-width: 500px) { | 63 | @media screen and (max-width: 500px) { |
64 | width: 70px; | ||
65 | |||
64 | #peertube-title { | 66 | #peertube-title { |
65 | display: none; | 67 | display: none; |
66 | } | 68 | } |