Skip to content

Commit

Permalink
Merge branch 'develop' into tasks-assigned-to-archived
Browse files Browse the repository at this point in the history
  • Loading branch information
suryxks authored Dec 4, 2023
2 parents 99861e8 + be1ba27 commit 06562d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/tasks/TaskSearch/tasksearch.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,14 @@ $radius: 5px;
@media (max-width: 768px) {
top: 50%;
}
@media (max-width: 664px) {
top: 55%;
}
@media (max-width: 483px) {
top: 55%;
}
@media (max-width: 450px) and (min-width: 444px) {
top: 50%;
top: 55%;
}
@media (max-width: 343px) {
top: 59%;
Expand Down

0 comments on commit 06562d7

Please sign in to comment.