Skip to content

Commit

Permalink
Merge branch 'main' into mod-robot.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
PiRomant authored Nov 13, 2023
2 parents 5b3680b + c12f684 commit 14eead0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@media screen and (max-width: 800px) {
max-height: calc(100% - 120px);
margin-top: 70px;
margin-top: 50px;
margin-left: 8px;
}

Expand All @@ -43,6 +43,10 @@
flex-direction: column;
padding: 20px;
padding-bottom: 38px;

@media screen and (max-width: 800px) {
padding: 6px 16px 15px;
}
}

.filter-panel-category {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
gap: 0 40px;
grid-template-columns: auto auto auto auto;
grid-template-rows: auto auto;
padding: 12px 20px;
padding: 0px 20px 12px;
align-items: baseline;

@media screen and (max-width: 800px) {
Expand Down

0 comments on commit 14eead0

Please sign in to comment.