diff --git a/miniapp/assets/styles.css b/miniapp/assets/styles.css index 3733a88..61555f2 100644 --- a/miniapp/assets/styles.css +++ b/miniapp/assets/styles.css @@ -192,10 +192,12 @@ button { font: inherit; cursor: pointer; border: none; background: none; color: Loader (брендированный — логотип ЗОВ + дыхание) ============================================================ */ .loader { - display: grid; - place-items: center; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; min-height: 100vh; - gap: 22px; + gap: 18px; padding: 24px; } @@ -218,12 +220,13 @@ button { font: inherit; cursor: pointer; border: none; background: none; color: /* Бренд @wasrusgen1 на splash — SVG-лого + CRM */ .brand-logo { - width: 80%; - max-width: 360px; + width: 70%; + max-width: 260px; height: auto; display: block; margin: 0 auto; animation: logoBreath 2.2s ease-in-out infinite; + filter: drop-shadow(0 6px 16px rgba(44, 62, 80, 0.18)); } .brand-tagline-gold { font-family: "Inter", system-ui, sans-serif; diff --git a/miniapp/index.html b/miniapp/index.html index eb305bc..119c44c 100644 --- a/miniapp/index.html +++ b/miniapp/index.html @@ -12,25 +12,25 @@ - - + +