diff --git a/index.html b/index.html
index fc411d7..edcbcf6 100644
--- a/index.html
+++ b/index.html
@@ -156,11 +156,7 @@
-
Moderators:
-
- none
-
-
+
diff --git a/rules.html b/rules.html
index 7976bc8..18d7a5c 100644
--- a/rules.html
+++ b/rules.html
@@ -19,7 +19,7 @@
Rules
Network rules
-
+
- Do not disrupt or compromise the Drgnz Club services with any malicious intent.
- Be mindful of how you use the network services, do not do anything that might lower the performance, reliability or safety of
the services.
@@ -28,7 +28,7 @@
Community rules
-
+
- Harrassing and bullying are not welcomed here.
- Discrimination against race, gender, religion or nationality is not allowed.
- Treat others with respect and kindness.
@@ -38,7 +38,7 @@
Community chat rules
Applies to community Matrix chat.
-
+
- Avoid discussing political topics that might spark conflict in the chat. If you really want to discuss politics, there is #gnulag:drgnz.club
- Related to the rule above, do not evangelize any political ideology that you currently prefer.
- Do not cuss excessively or use any ethnic slurs.
@@ -48,7 +48,7 @@
Content rules
Applies to services such as Fediverse and Peertube.
-
+
- Do not post content that is illegal in the geographical location of the server (currently Czech Republic).
- Mark NSFW content with proper tagging, make sure it is blurred by default.
- Do not post disturbing imagery or text like gore.
diff --git a/style.css b/style.css
index 4840564..ad4ea3b 100644
--- a/style.css
+++ b/style.css
@@ -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;
}