Исправлен баг на странице логина
This commit is contained in:
parent
3866ba5ce0
commit
28ac5a270c
@ -33,7 +33,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="block w-100 h-100 d-flex justify-content-center align-items-center">
|
<div class="block w-100 h-100 d-flex justify-content-center align-items-center">
|
||||||
<form class="w-50">
|
<form id="login-form">
|
||||||
<legend class="text-center">Вход</legend>
|
<legend class="text-center">Вход</legend>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<input type="text" class="form-control" id="inputLogin" placeholder="Логин">
|
<input type="text" class="form-control" id="inputLogin" placeholder="Логин">
|
||||||
|
@ -57,3 +57,13 @@ header {
|
|||||||
.bottom-menu span {
|
.bottom-menu span {
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#login-form {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 576px) {
|
||||||
|
#login-form {
|
||||||
|
width: 75%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user