feat: improved rules, edited css

This commit is contained in:
limited_dev 2023-01-25 13:52:51 +01:00
parent 41c943322d
commit 6b919e0b7b
2 changed files with 7 additions and 7 deletions

View file

@ -3,12 +3,12 @@
<h3>Rules</h3> <h3>Rules</h3>
</div> </div>
<ul type="1" class="rules_list"> <ul type="1" class="rules_list">
<li>nudes are forbidden!</li> <li>You may not post NSFW / NSFL on this platform.</li>
<li>nacket pictures are forbidden!</li> <li>You may not post political content on this platform.</li>
<li>no political statements!</li> <li>You may not plan or participate in "raids" on this platform.</li>
<li>Trees are nice!</li> <li>You have to be atleast 18 years old to post.</li>
<li>Cats are nice!</li> <li>You may not post through VPNs, Proxies or the TOR network.</li>
<li>Be mentely Unstable!:-)</li> <li>You may not post posts, which are not of the same topic as the target board.</li>
</ul> </ul>

View file

@ -4,7 +4,7 @@
/*the text have to be in a biger Pixel number I do not know how to do it */ /*the text have to be in a biger Pixel number I do not know how to do it */
} }
.rules_list{ .rules_list{
text-align:right; text-align:left;
display:block; display:block;
font-size: 14px; font-size: 14px;
font-weight: 60 ; font-weight: 60 ;