fix project cards
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user