mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 02:16:19 +01:00
Made the register-error button a little bit more wider
This commit is contained in:
parent
4df4ce0494
commit
9831b2f5ac
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue