no message
This commit is contained in:
@@ -61,7 +61,7 @@ const handleLike = (uniqid, token) => {
|
||||
// height: 278px;
|
||||
background-color: rgb(255, 255, 255);
|
||||
border-radius: 8px;
|
||||
padding: 20px 20px 25px;
|
||||
padding: 20px 19px 25px 20px;
|
||||
cursor: pointer;
|
||||
margin-bottom: 20px;
|
||||
|
||||
@@ -83,11 +83,11 @@ const handleLike = (uniqid, token) => {
|
||||
|
||||
.list {
|
||||
flex-direction: column;
|
||||
margin-bottom: 16px;
|
||||
margin-bottom: 14px;
|
||||
|
||||
.item {
|
||||
&:not(:last-of-type) {
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.item-name {
|
||||
@@ -110,7 +110,7 @@ const handleLike = (uniqid, token) => {
|
||||
background: #f2f2f2;
|
||||
border: 1px solid #f6f6f6;
|
||||
padding: 12px;
|
||||
margin-bottom: 12px;
|
||||
margin-bottom: 11px;
|
||||
transition: all 0.3s;
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user