From 1970e364482b340ec03a9bd6654dc502f6a1f782 Mon Sep 17 00:00:00 2001 From: abrendan <94894839+abrendan@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:44:16 +0000 Subject: [PATCH] Increased the bottom margin of the connect button --- html/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/html/style.css b/html/style.css index 0e5fbfc..d60decd 100644 --- a/html/style.css +++ b/html/style.css @@ -56,6 +56,13 @@ input{ #LinkButtons{ display: inline-block; } +#ConnectButton { + display: block; + margin: 0 auto; + margin-bottom: 20px; + padding: 20px 40px; /* Increase the padding to make the button bigger */ + font-size: 20px; /* Increase the font-size for better readability on small screens */ +} .button { background-color:transparent; border-radius:28px;