Skip to content

Commit 2ac2be8

Browse files
committed
[Docs Site] PCX-12912 Dont render filters on small viewports
1 parent abb2df9 commit 2ac2be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/products.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const groups = productGroups(products);
3434
{frontmatter.description}
3535
</span>
3636
<div class="flex">
37-
<div class="w-1/4 pr-4">
37+
<div class="w-1/4 pr-4 hidden md:block">
3838
<div class="border-b-2 border-orange-400">
3939
<h2>Filters</h2>
4040
</div>

0 commit comments

Comments
 (0)