diff --git a/src/App.svelte b/src/App.svelte index 97c5cd9..301d3fa 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -372,6 +372,12 @@ justify-content: center; } + @media only screen and (max-width: 1400px) { + .filters-holder { + grid-template-columns: repeat(2, 1fr); + } + } + @media only screen and (max-width: 600px) { main { grid-template-areas: @@ -412,9 +418,4 @@ padding: 0; } } - @media only screen and (max-width: 1400px) { - .filters-holder { - grid-template-columns: repeat(2, 1fr); - } - }