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) {