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) => {
9999 { ! onSale && (
100100 < p className = "text-2xl font-bold mb-4" > { price } </ p >
101101 ) }
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 >
103103 { 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 " >
106106 { product . stockQuantity } på lager
107107 </ p >
108108 </ div >
You can’t perform that action at this time.
0 commit comments