redesign cards

This commit is contained in:
Victor Batischev
2024-02-13 20:12:07 +03:00
parent ad8c975004
commit 53bd5a661d
8 changed files with 64 additions and 41 deletions

View File

@ -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;