We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb2df9 commit 2ac2be8Copy full SHA for 2ac2be8
src/pages/products.astro
@@ -34,7 +34,7 @@ const groups = productGroups(products);
34
{frontmatter.description}
35
</span>
36
<div class="flex">
37
- <div class="w-1/4 pr-4">
+ <div class="w-1/4 pr-4 hidden md:block">
38
<div class="border-b-2 border-orange-400">
39
<h2>Filters</h2>
40
</div>
0 commit comments