aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/about/about.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-23 10:41:08 +0200
committerChocobozzz <me@florianbigard.com>2018-05-23 10:41:08 +0200
commit45c0fb35eb3904cbea91ff1ee450d308bbb4ebdb (patch)
treed70e91662e633079d862412f884538b441eef842 /client/src/app/about/about.component.scss
parentb365bb43c2f399dfc5191443956a8c48373fbffc (diff)
downloadPeerTube-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.scss2
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}