Skip to content

Commit

Permalink
fix fontsize
Browse files Browse the repository at this point in the history
  • Loading branch information
YongZL committed Oct 8, 2023
1 parent 231d17e commit 0cc3608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/common/productQrcode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ export function ProductQrcode(p: any) {
<img className="w-[6.875rem]" src="/earth_1.png" alt="" />
</div>
<div className="w-[7.125rem] flex flex-col items-center">
<p className="text-[0.6875rem] mmd:text text-center mb-2 leading-[0.945rem] font-semibold mo:leading-[0.865rem]">
<span className="text-[12px] mo:text-[10px] w-full text-center mb-2 leading-[0.945rem] font-semibold transform scale-[0.9] ">
{qrText ? qrText : `Product Carbon Footprint ${name} `}
</p>
</span>
<QRCode style={{ width: "100%", height: "100%" }} value={data} />
</div>
</div>
Expand Down

0 comments on commit 0cc3608

Please sign in to comment.