diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-23 10:41:08 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-23 10:41:08 +0200 |
commit | 45c0fb35eb3904cbea91ff1ee450d308bbb4ebdb (patch) | |
tree | d70e91662e633079d862412f884538b441eef842 /client/src/app/about/about.component.scss | |
parent | b365bb43c2f399dfc5191443956a8c48373fbffc (diff) | |
download | PeerTube-45c0fb35eb3904cbea91ff1ee450d308bbb4ebdb.tar.gz PeerTube-45c0fb35eb3904cbea91ff1ee450d308bbb4ebdb.tar.zst PeerTube-45c0fb35eb3904cbea91ff1ee450d308bbb4ebdb.zip |
Add short description in about page
Diffstat (limited to 'client/src/app/about/about.component.scss')
-rw-r--r-- | client/src/app/about/about.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/about/about.component.scss b/client/src/app/about/about.component.scss index 2a22b9528..a63cd229c 100644 --- a/client/src/app/about/about.component.scss +++ b/client/src/app/about/about.component.scss | |||
@@ -7,6 +7,6 @@ | |||
7 | margin-bottom: 5px; | 7 | margin-bottom: 5px; |
8 | } | 8 | } |
9 | 9 | ||
10 | .description, .terms, .signup { | 10 | .short-description, .description, .terms, .signup { |
11 | margin-bottom: 30px; | 11 | margin-bottom: 30px; |
12 | } | 12 | } |