Removed Min-Height from content and added black links in TOS

This commit is contained in:
Thomas G 2022-06-19 19:45:51 +10:00
parent aa6682ca32
commit 5d9bf76aaa
2 changed files with 4 additions and 3 deletions

View File

@ -69,7 +69,6 @@ body {
}
.content {
color: black;
min-height: 1000px;
padding-left: 5px;
padding-right: 5px;
margin-left: 1px;
@ -77,6 +76,9 @@ body {
margin-top: 0px;
background-color: white;
}
.content p a {
color: black
}
footer {
text-align: center;
background-color: rgb(179, 179, 179);

View File

@ -40,8 +40,7 @@
</header>
<div class="content">
<h1>Terms of Service</h1>
<p>Welcome to MORBLOX! Before signing up...</p>
<a href="privacy.html">Read our Privacy Policy.</a>
<p>Welcome to MORBLOX! Before signing up, please read the <a href="privacy.html">Privacy Policy.</a></p>
<h2>Our Rules</h2>
<p>&#x2022; Swearing is fine, but please do not say any racial or homophobic slurs.</p>
<p>&#x2022; Do not upload NSFW/NSFL content to MORBLOX, or post links to that contents.</p>