fix adaptive layout in project list
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user