diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-02-13 09:41:31 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-02-13 09:41:31 +0000 |
| commit | f50068ef35ac33716e2c6e4b7f6f7497cbffa261 (patch) | |
| tree | 4abeaf85211384808670f7519378c1136079abbc | |
| parent | 96dc297babd5797b9307af8676719c2eb8cd80e2 (diff) | |
| parent | 823a303f8a528bd899d9e2f0904756614de4854c (diff) | |
Merge branch 'improve-default-tos' into 'develop'
Improve default ToS
See merge request pleroma/pleroma-fe!1057
| -rw-r--r-- | static/terms-of-service.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/static/terms-of-service.html b/static/terms-of-service.html index c02cb719..a6da539e 100644 --- a/static/terms-of-service.html +++ b/static/terms-of-service.html @@ -1,7 +1,4 @@ <h4>Terms of Service</h4> -<p>This is a placeholder ToS.</p> - -<p>Edit <code>"/static/terms-of-service.html"</code> to make it fit the needs of your instance.</p> -<br> -<img src="/static/logo.png"/ style="display: block; margin: auto;"> +<p>This is a placeholder ToS. Edit <code>"/static/terms-of-service.html"</code> to make it fit the needs of your instance.</p> +<img src="/static/logo.png" style="display: block; margin: auto; max-width: 100%; height: 50px; object-fit: contain;" /> |
