diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-07 17:35:30 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-07 17:35:30 +0100 |
commit | 2b3b76abb0c363d85ff5c831afd541a9c6982e76 (patch) | |
tree | 863d1b0d3a9da8061f43ceee9df07395956b7142 /client/src/app/about/about.component.scss | |
parent | ea65a47623a545ed8023347d752cdd5fe5700e5d (diff) | |
download | PeerTube-2b3b76abb0c363d85ff5c831afd541a9c6982e76.tar.gz PeerTube-2b3b76abb0c363d85ff5c831afd541a9c6982e76.tar.zst PeerTube-2b3b76abb0c363d85ff5c831afd541a9c6982e76.zip |
Use banner instead of modal for privacy concerns
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 dba4df729..09e9c68cb 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 { | 10 | .description, .terms { |
11 | margin-bottom: 30px; | 11 | margin-bottom: 30px; |
12 | } | 12 | } |