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

-
    +
    1. Do not disrupt or compromise the Drgnz Club services with any malicious intent.
    2. Be mindful of how you use the network services, do not do anything that might lower the performance, reliability or safety of the services.
    3. @@ -28,7 +28,7 @@

    Community rules

    -
      +
      1. Harrassing and bullying are not welcomed here.
      2. Discrimination against race, gender, religion or nationality is not allowed.
      3. Treat others with respect and kindness.
      4. @@ -38,7 +38,7 @@

        Community chat rules

        Applies to community Matrix chat.

        -
          +
          1. Avoid discussing political topics that might spark conflict in the chat. If you really want to discuss politics, there is #gnulag:drgnz.club
          2. Related to the rule above, do not evangelize any political ideology that you currently prefer.
          3. Do not cuss excessively or use any ethnic slurs.
          4. @@ -48,7 +48,7 @@

            Content rules

            Applies to services such as Fediverse and Peertube.

            -
              +
              1. Do not post content that is illegal in the geographical location of the server (currently Czech Republic).
              2. Mark NSFW content with proper tagging, make sure it is blurred by default.
              3. Do not post disturbing imagery or text like gore.
              4. 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; }