Increased the bottom margin of the connect button

This commit is contained in:
abrendan 2024-01-29 17:44:16 +00:00
parent 5bee7db3d1
commit 1970e36448

View File

@ -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;