Made the register-error button a little bit more wider

This commit is contained in:
Matthew Patrick 2021-11-15 16:03:47 +07:00
parent 4df4ce0494
commit 9831b2f5ac

View file

@ -31,9 +31,10 @@ body {
background-color: darkred;
border-color: darkred;
border-radius: 100px;
width: 50%;
}
.btn:hover {
.btn:hover {
background-color: red;
border-color: red;
}