0.0.234 small bug fix

This commit is contained in:
2023-11-19 14:47:21 +03:00
parent d6da292d5f
commit a3ef86ba37
6 changed files with 34 additions and 8 deletions

View File

@@ -834,7 +834,6 @@ section.register>form {
.button_register>button {
display: block;
/* Body text 3 */
height: 60px;
width: 105%;
@@ -852,6 +851,11 @@ section.register>form {
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
#request_btn{
width: 103%;
}
#registration{
width: 102%;
}