Skip to content

Commit 08ea025

Browse files
author
AI Assistant
committed
fix: crop payment QR to square, removing green WeChat branding
Use object-fit:cover + object-position to crop the payment QR image to a 1:1 aspect ratio, hiding the green header/footer branding that clashed with the dark theme. Add consistent border to both QR images.
1 parent 570e3d4 commit 08ea025

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pricing.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@
124124
font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;
125125
box-shadow:0 2px 8px rgba(199,70,52,.3)}
126126
.cta-qr-card-title{font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:14px}
127-
.cta-qr-card .qr-img{max-width:180px;border-radius:var(--r)}
127+
.cta-qr-card .qr-img{max-width:180px;border-radius:var(--r);border:2px solid var(--border)}
128+
.cta-qr-pay .qr-img{max-width:200px;aspect-ratio:1/1;object-fit:cover;object-position:center 42%}
128129
.cta-qr-card .qr-note{font-size:.75rem;color:var(--accent2);margin-top:10px}
129130
.cta-qr-card .qr-label{font-size:.78rem;margin-top:10px}
130131

0 commit comments

Comments
 (0)