no message
This commit is contained in:
parent
cb76d9761b
commit
7bbda9d848
@ -592,7 +592,7 @@
|
||||
border: 1px solid #ebebeb;
|
||||
border-radius: 12px;
|
||||
background-color: #fff;
|
||||
width: 328px;
|
||||
width: calc(50% - 5px);
|
||||
padding-top: 18px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
@ -685,7 +685,8 @@
|
||||
border: 1px solid rgba(235, 235, 235, 1);
|
||||
border-radius: 12px;
|
||||
background-color: #fff;
|
||||
width: 328px;
|
||||
// width: 328px;
|
||||
width: calc(50% - 5px);
|
||||
padding-top: 18px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user