diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-08 09:13:42 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-04-08 10:07:53 +0200 |
commit | 02dd4f3c65536699cec47c7d4054889fd81b5cd4 (patch) | |
tree | 8ffdd7efec33c52aa5aa1e0f323e902dac28cfeb /client/src/sass/include | |
parent | cdeddff142fd20f8cb8bb346625909d61c596603 (diff) | |
download | PeerTube-02dd4f3c65536699cec47c7d4054889fd81b5cd4.tar.gz PeerTube-02dd4f3c65536699cec47c7d4054889fd81b5cd4.tar.zst PeerTube-02dd4f3c65536699cec47c7d4054889fd81b5cd4.zip |
Display banner on channel page
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 3501b305f..d2a5d2bd9 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss | |||
@@ -53,7 +53,7 @@ $sub-menu-height: 81px; | |||
53 | 53 | ||
54 | $channel-background-color: #f6ede8; | 54 | $channel-background-color: #f6ede8; |
55 | 55 | ||
56 | $banner-inverted-ratio: 1/5; | 56 | $banner-inverted-ratio: 1/6; |
57 | 57 | ||
58 | $max-channels-width: 1200px; | 58 | $max-channels-width: 1200px; |
59 | 59 | ||