fix project cards

This commit is contained in:
Victor Batischev
2024-04-02 18:29:03 +03:00
parent b19e00d98f
commit 140d4689fe
3 changed files with 10 additions and 12 deletions

View File

@ -130,7 +130,6 @@
row-gap: 30px;
display: none;
align-items: center;
justify-content: center;
@media (max-width: 785px) {
row-gap: 25px;
@ -163,7 +162,7 @@
.create-project-btn {
width: 22%;
height: 170px;
height: 140px;
border-radius: 12px;
background: #ecf8e5;
color: #000000;
@ -191,6 +190,10 @@
img {
margin: 0 20px 0 0;
}
p {
text-align: left;
}
}
&:hover {