fix button hitboxes

This commit is contained in:
biglyderv 2025-04-17 22:38:21 -04:00
parent 83a9938d15
commit ad96057d7e
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5

View file

@ -57,6 +57,15 @@ button, button a {
text-decoration: none; text-decoration: none;
} }
button a {
width: 100%;
height: 2rem;
text-align: center;
line-height:2rem;
vertical-align: middle;
display: inline-block;
}
#messages { #messages {
list-style-type: none; list-style-type: none;
margin: 0; margin: 0;