From 04913cbdd7885dbcc481dbc37b7f3aa72a01e342 Mon Sep 17 00:00:00 2001 From: PrestonT500 Date: Fri, 20 Sep 2024 13:12:06 -0700 Subject: [PATCH] Removed all the discord widget stuff because the site broke --- css/index.css | 20 ++++----------- index.html | 69 +++++++++++++++++++++++++-------------------------- 2 files changed, 39 insertions(+), 50 deletions(-) diff --git a/css/index.css b/css/index.css index 55f0618..a794abd 100644 --- a/css/index.css +++ b/css/index.css @@ -14,11 +14,13 @@ h1 { color: #333; } -h2, p { +h2, +p { color: #555; } -button, .dropdown-btn { +button, +.dropdown-btn { background-color: #4caf50; color: white; padding: 10px 20px; @@ -123,16 +125,4 @@ button:hover { margin-left: 5px; width: 20px; height: 20px; -} - -.main-container { - position: relative; - display: flex; - justify-content: center; - align-items: flex-start; -} - -.version-sections { - text-align: center; - width: 100%; -} +} \ No newline at end of file diff --git a/index.html b/index.html index b311b61..7d31669 100644 --- a/index.html +++ b/index.html @@ -29,41 +29,40 @@ -
-
- - - - - - - - - + + + + + + + + + + + @@ -100,4 +99,4 @@ - + \ No newline at end of file