fixed mobile view

This commit is contained in:
Waffelo 2025-01-06 18:19:41 +00:00
parent a3283a8f0a
commit 3ac71de95e
3 changed files with 11 additions and 10 deletions

View file

@ -156,11 +156,7 @@
</div> <!-- CMMC STAFF CONTAINER END -->
<h3>Moderators:</h3>
<i>none</i>

View file

@ -19,7 +19,7 @@
<h2 id="register">Rules</h2>
<h3>Network rules</h3>
<ol>
<ol class="rules">
<li>Do not disrupt or compromise the Drgnz Club services with any malicious intent.</li>
<li>Be mindful of how you use the network services, do not do anything that might lower the performance, reliability or safety of
the services.</li>
@ -28,7 +28,7 @@
</ol>
<br>
<h3>Community rules</h3>
<ol>
<ol class="rules">
<li>Harrassing and bullying are not welcomed here.</li>
<li>Discrimination against race, gender, religion or nationality is not allowed. </li>
<li>Treat others with respect and kindness.</li>
@ -38,7 +38,7 @@
<br>
<h3>Community chat rules</h3>
<p>Applies to community Matrix chat.</p>
<ol>
<ol class="rules">
<li>Avoid discussing political topics that might spark conflict in the chat. If you really want to discuss politics, there is <a href="https://matrix.to/#/#gnulag:drgnz.club">#gnulag:drgnz.club</a></li>
<li>Related to the rule above, do not evangelize any political ideology that you currently prefer.</li>
<li>Do not cuss excessively or use any ethnic slurs.</li>
@ -48,7 +48,7 @@
<br>
<h3>Content rules</h3>
<p>Applies to services such as Fediverse and Peertube.</p>
<ol>
<ol class="rules">
<li>Do not post content that is illegal in the geographical location of the server (currently Czech Republic).</li>
<li>Mark NSFW content with proper tagging, make sure it is blurred by default.</li>
<li>Do not post disturbing imagery or text like gore.</li>

View file

@ -152,6 +152,10 @@ a {
}
.rules li {
margin-bottom: 10px;
}
footer {
background-color: var(--background3);
margin-top: 100px;
@ -213,11 +217,12 @@ only screen and (max-width:1000px) {
.cmm-content {
width: 100%;
margin-bottom: 10px;
}
.cmm-sidebar {
margin-left: 0px;
width: 100%;
margin-left: -3%;
display: block;
}