finished reports adaptive

This commit is contained in:
Victor Batischev
2023-12-22 15:18:13 +03:00
parent 72766efa39
commit fc5d67dc2d
4 changed files with 22 additions and 39 deletions

View File

@ -170,7 +170,7 @@ const ReportForm = () => {
/>
<div className="report-form__task-list">
<img src={ellipse} alt="" />
<span>Какие задачи были выполнены?</span>
<span>Какие задачи выполнены?</span>
</div>
</div>

View File

@ -166,7 +166,7 @@
}
@media (max-width: 610px) {
margin-left: 85px;
margin-left: 80px;
}
}
}
@ -472,12 +472,6 @@
max-width: 141px;
}
}
&-list {
img {
display: none;
}
}
}
}
}