Fix missing link and fix broken header

The change to en/tos.html adds a missing link
while the change to style.css fixes a broken header on legal-privacy.html

(Sidenote: Who decided on display:inline; anyway?)

Signed-off-by: Leo Gavilieau <xmoo@vern.cc>
This commit is contained in:
Leo Gavilieau 2022-11-23 12:12:50 +01:00
parent 4c703612f8
commit 6d2315175b
No known key found for this signature in database
GPG Key ID: 9F86E792898BD16B
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<p><b>Version 1, November 10th 2022.</b></p>
<p><b>Note: This ToS will only come into effect on the 1st of December 2022.</b></p>
<p>This terms and conditions is an agreement between you ("User" or "Member") and ~vern ("Vern", "us", "vern") about your use, rights and choices in regards to services and products provided by ~vern.</p>
<p>To make it easier for regular users to understand what these clauses mean for everyday use of ~vern infrastructure, we have a human-readable summary available on this page https://vern.cc/rules.</p>
<p>To make it easier for regular users to understand what these clauses mean for everyday use of ~vern infrastructure, we have a human-readable summary available <a href="https://vern.cc/rules">here.</a></p>
<p>These terms and conditions might change in the future, continued use of ~vern services will be interpreted as consent to the modified terms and conditions. By using any services, products or technology provided by ~vern in any way whatsoever, you fully agree and accept these terms and conditions:</p>
<ol type="1">
<li>You are fully liable for any content you provide, host, upload, create, store, sell, share or exchange on ~vern services, any content you upload, make available to, exchange or create on ~vern services is assumed to be legally owned by you and not by anyone else, if you upload copyrighted content that you do not have the rights to then your account will be deleted and the content will be removed.</li>

View File

@ -30,7 +30,7 @@ nav li { display:inline-block no; margin-right:20px; }
a { color:#ff6c6b; text-decoration:none; }
a:hover { color:#ff6c6b; text-decoration:underline; }
h1, h2, h3 {
display:inline;
display:block; /* Sidenote: who decided on inline? */
line-height:1.2;
color:#51afef;
font-size:1.3em;