From 1e78c2f81e9b2063fdeb4eb8c8cb08c2d4b36426 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 15 Nov 2020 17:51:19 +0100 Subject: [PATCH] Add game index link --- docs/index.html | 5 +++-- index.html | 5 +++-- stylesheets/styles.css | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/index.html b/docs/index.html index c80cbf8081..f37c7a805e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -38,12 +38,13 @@
CODE
+
  • Game index
  • IRC channel
  • Discord channel
  • Forum
  • -
    COMMUNITY
    +
    COMMUNITY
    -
  • Dev Blog
  • +
  • Dev Blog
  • diff --git a/index.html b/index.html index e42003634e..ca57f4ad40 100644 --- a/index.html +++ b/index.html @@ -38,12 +38,13 @@
    CODE
    +
  • Game index
  • IRC channel
  • Discord channel
  • Forum
  • -
    COMMUNITY
    +
    COMMUNITY
    -
  • Dev Blog
  • +
  • Dev Blog
  • diff --git a/stylesheets/styles.css b/stylesheets/styles.css index 88a9ae8a6e..bfb65362c4 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -581,11 +581,11 @@ footer { @media print, screen and (max-width: 435px) { - header > h1.header, + /*header > h1.header, header > p.header, .sponsor { display: none; - } + }*/ .img, .img.screenshot { max-width: 300px;