diff --git a/index.html b/index.html index 8031322..4395878 100644 --- a/index.html +++ b/index.html @@ -138,6 +138,29 @@ transform: translateY(-2px); } + /* Mobile-only hero QR code */ + .hero-qr-mobile { + display: none; + text-align: center; + margin: 10px auto 22px; + } + .hero-qr-mobile img { + width: 150px; + height: 150px; + border-radius: 12px; + border: 2px solid var(--border); + } + .hero-qr-label { + font-size: 0.78rem; + color: var(--text-secondary); + margin-top: 6px; + } + @media (max-width: 767px) { + .hero-qr-mobile { + display: block; + } + } + /* How it works — 4 steps */ .steps-row { display: grid; @@ -1032,6 +1055,12 @@ 🔐 Log into ClickBaitPays + +