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 12d18f5 commit 47794b6Copy full SHA for 47794b6
components/Cart/CartPage/MobileCart.component.jsx
@@ -8,7 +8,7 @@ const MobileCart = ({ cart }) => {
8
>
9
<div className="flex items-center justify-center">
10
<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"}}>
+ <table className="flex flex-row flex-no-wrap my-5 overflow-hidden rounded-lg sm:bg-white sm:shadow-lg" style={{width: "365px"}}>
12
<thead className="text-black">
13
<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">
14
<th className="p-3 text-left">Fjern</th>
0 commit comments