From 8ad2679c0bd3aeaaeb408fd87e0909f8906bfa80 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sun, 2 Apr 2023 21:25:43 -0500 Subject: [PATCH] Add button to download latest build --- index.html | 6 +++++- style.css | 7 +++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index e6edd4cc..43b88dd0 100644 --- a/index.html +++ b/index.html @@ -77,7 +77,11 @@

Scissors

Minecraft server software oriented towards patching Creative Mode exploits.

-

Latest version: 1.19.4

+

Latest version: 1.19.4

+
+ +
Previous versions: 1.17.1, 1.18.2, 1.19.3
diff --git a/style.css b/style.css index f648937e..6948c7d6 100644 --- a/style.css +++ b/style.css @@ -10,15 +10,18 @@ h1, h4, h5 { text-align: center; position: relative; font-family: 'IBM Plex Sans', sans-serif; + top: 10vh; } h1 { - top: 10vh; font-weight: bolder; } -h4, h5 { +.download-button { + text-align: center; + position: relative; top: 10vh; + font-family: 'IBM Plex Sans', sans-serif; } @media only screen and (max-width: 768px) {