mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-06-16 12:45: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{
|
#LinkButtons{
|
||||||
display: inline-block;
|
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 {
|
.button {
|
||||||
background-color:transparent;
|
background-color:transparent;
|
||||||
border-radius:28px;
|
border-radius:28px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user