From 23a21000c3c15ecb23710bb342f15a4f7fba88b4 Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Tue, 28 May 2024 21:49:34 -0500 Subject: [PATCH] feat: removed the github star thingy ;-; --- docs/about.html | 33 ++++++++++++++++----------------- docs/changelog.html | 34 ++++++++++++++++------------------ docs/index.html | 16 +++++++++------- docs/main.css | 9 +++++++++ 4 files changed, 50 insertions(+), 42 deletions(-) diff --git a/docs/about.html b/docs/about.html index 4165e17..9a4924f 100644 --- a/docs/about.html +++ b/docs/about.html @@ -33,6 +33,14 @@
  • Home
  • About
  • Changelog
  • +
    + + +
    @@ -103,24 +111,15 @@
    - Created by Derek Chen -
    - - +
    +

    Created by Derek Chen. + + Help keep the site up by supporting it here!

    +
    -
    diff --git a/docs/changelog.html b/docs/changelog.html index f73bbc9..3e64b7c 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -46,6 +46,14 @@
  • Home
  • About
  • Changelog
  • +
    + + +
    @@ -118,25 +126,15 @@
    - Created by Derek Chen - -
    - - +
    +

    Created by Derek Chen. + + Help keep the site up by supporting it here!

    +
    -
    diff --git a/docs/index.html b/docs/index.html index 1348937..494c040 100644 --- a/docs/index.html +++ b/docs/index.html @@ -110,13 +110,15 @@
    -

    Created by Derek Chen

    - -

    Help keep our site up by supporting it here!

    - +
    +

    Created by Derek Chen. + + Help keep the site up by supporting it here!

    + +
    diff --git a/docs/main.css b/docs/main.css index 15975c0..c496818 100644 --- a/docs/main.css +++ b/docs/main.css @@ -171,6 +171,15 @@ nav ul li a:hover { flex-shrink: 0; } +.footy-interior { + max-width: 1200px; + margin: 0 auto; + text-align: center; + display: flex; + flex-direction: row; + column-gap: 10px; +} + p { font-size: var(--p-size); line-height: 1.5;