Skip to content

Commit 8beee50

Browse files
authored
[Docs Site] PCX-12912 Dont render filters on small viewports (#16098)
1 parent 305c59f commit 8beee50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/products.astro

Lines changed: 1 addition & 1 deletion
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)