File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,10 @@ const SingleProduct = ({ product }: IProductRootObject) => {
99
99
{ ! onSale && (
100
100
< p className = "text-2xl font-bold mb-4" > { price } </ p >
101
101
) }
102
- < p className = "text-lg mb-4" > { DESCRIPTION_WITHOUT_HTML } </ p >
102
+ < p className = "text-lg mb-4 text-center md:text-left " > { DESCRIPTION_WITHOUT_HTML } </ p >
103
103
{ Boolean ( product . stockQuantity ) && (
104
- < div className = "mb-4 p-2 bg-green-100 border border-green-400 rounded-lg" >
105
- < p className = "text-lg text-green-700 font-semibold" >
104
+ < div className = "mb-4 p-2 bg-green-100 border border-green-400 rounded-lg mx-auto md:mx-0 max-w-[14.375rem] " >
105
+ < p className = "text-lg text-green-700 font-semibold text-center md:text-left " >
106
106
{ product . stockQuantity } på lager
107
107
</ p >
108
108
</ div >
You can’t perform that action at this time.
0 commit comments