Skip to content

Commit 41144ba

Browse files
committed
Adjust padding
1 parent 8a7521c commit 41144ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Product/ProductFilters.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const ProductFilters = ({
6767

6868
return (
6969
<div className="w-full md:w-64 flex-shrink-0">
70-
<div className="bg-white p-8 sm:p-6 rounded-lg shadow-sm">
70+
<div className="bg-white px-8 pb-8 sm:px-6 sm:pb-6 rounded-lg shadow-sm">
7171
<div className="mb-8">
7272
<h3 className="font-semibold mb-4">PRODUKT TYPE</h3>
7373
<div className="space-y-2">

0 commit comments

Comments
 (0)