We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7521c commit 41144baCopy full SHA for 41144ba
src/components/Product/ProductFilters.component.tsx
@@ -67,7 +67,7 @@ const ProductFilters = ({
67
68
return (
69
<div className="w-full md:w-64 flex-shrink-0">
70
- <div className="bg-white p-8 sm:p-6 rounded-lg shadow-sm">
+ <div className="bg-white px-8 pb-8 sm:px-6 sm:pb-6 rounded-lg shadow-sm">
71
<div className="mb-8">
72
<h3 className="font-semibold mb-4">PRODUKT TYPE</h3>
73
<div className="space-y-2">
0 commit comments