From a91b32e3c91620a11a251fa48e65cb5e8a57e281 Mon Sep 17 00:00:00 2001 From: Preston Date: Wed, 3 Jan 2024 20:26:02 -0800 Subject: [PATCH] Update index.html --- index.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 8c98192..6c875a9 100644 --- a/index.html +++ b/index.html @@ -25,6 +25,10 @@ color: #555; } + p { + color: #555; + } + button, .dropdown-btn, .source-btn { background-color: #4caf50; color: white; @@ -36,6 +40,7 @@ margin: 10px; text-decoration: none; display: inline-block; + max-width: 200px; } button:hover, .dropdown-btn:hover, .source-btn:hover { @@ -77,6 +82,7 @@ margin: 10px; text-decoration: none; display: inline-block; + max-width: 200px; } .source-btn:hover { @@ -88,7 +94,7 @@ } .line { - width: 100%; + width: 50%; border-top: 1px solid #888; margin: 10px 0; } @@ -102,17 +108,19 @@ margin-top: auto; background-color: #ddd; padding: 20px; + width: 100%; } .footer-divider { - width: 100%; + width: 50%; border-top: 1px solid #888; - margin: 20px 0; + margin: 10px 0; }

Welcome to EaglerCraftX

+

These clients might be outdated.

Pick a Client:

Version 1.8

@@ -132,8 +140,8 @@