fix adaptive layout in project list

This commit is contained in:
Victor Batischev
2024-02-05 16:44:03 +03:00
parent 4a81441d35
commit 3cc306bbc3
8 changed files with 29 additions and 49 deletions

View File

@ -1,8 +1,8 @@
.error-login {
position: relative;
padding: 54px 76px;
padding: 30px;
background: linear-gradient(180deg, #ffffff 0%, #ebebeb 100%);
border-radius: 40px;
border-radius: 20px;
display: flex;
flex-direction: column;
align-items: center;
@ -15,9 +15,7 @@
}
p {
font-size: 12px;
line-height: 14px;
width: 176px;
font-size: 15px;
text-align: center;
font-weight: 300;
margin-bottom: 30px;