mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-06-16 04:35:01 +02:00
Increased the bottom margin of the connect button
This commit is contained in:
parent
5bee7db3d1
commit
1970e36448
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user