Skip to content

Commit 47794b6

Browse files
authored
Update MobileCart.component.jsx
1 parent 12d18f5 commit 47794b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Cart/CartPage/MobileCart.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const MobileCart = ({ cart }) => {
88
>
99
<div className="flex items-center justify-center">
1010
<div className="container">
11-
<table className="flex flex-row flex-no-wrap my-5 overflow-hidden rounded-lg sm:bg-white sm:shadow-lg" style={{width: "360px"}}>
11+
<table className="flex flex-row flex-no-wrap my-5 overflow-hidden rounded-lg sm:bg-white sm:shadow-lg" style={{width: "365px"}}>
1212
<thead className="text-black">
1313
<tr className="flex flex-col mb-2 bg-gray-200 rounded-l-lg flex-no wrap sm:table-row sm:rounded-none sm:mb-0">
1414
<th className="p-3 text-left">Fjern</th>

0 commit comments

Comments
 (0)