redesign cards
This commit is contained in:
@ -171,7 +171,7 @@
|
||||
|
||||
.create-project-btn {
|
||||
width: 300px;
|
||||
height: 113px;
|
||||
height: 83px;
|
||||
border-radius: 12px;
|
||||
background: #ecf8e5;
|
||||
color: #000000;
|
||||
@ -224,7 +224,6 @@
|
||||
align-items: center;
|
||||
column-gap: 5px;
|
||||
img {
|
||||
margin-left: -22px;
|
||||
height: 22px;
|
||||
}
|
||||
}
|
||||
@ -564,6 +563,10 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@media (max-width: 900px) {
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
.close {
|
||||
cursor: pointer;
|
||||
width: 20px;
|
||||
|
Reference in New Issue
Block a user