fix adaptive layout in project list

This commit is contained in:
Victor Batischev
2024-02-05 16:44:03 +03:00
parent 4a81441d35
commit 3cc306bbc3
8 changed files with 29 additions and 49 deletions

View File

@ -94,13 +94,8 @@
top: -100px;
right: 58px;
@media (max-width: 1000px) {
position: inherit;
order: 1;
top: inherit;
right: inherit;
max-width: 115px;
margin-bottom: 25px;
@media (max-width: 900px) {
display: none;
}
}
}