From f9528702c829c04d52c9984e80afed4786b6aceb Mon Sep 17 00:00:00 2001 From: SinachPat Date: Sun, 26 Apr 2026 10:35:20 +0100 Subject: [PATCH] improved a lot of things --- marketing/index.html | 11 ++++++++--- packages/app/public/marketing.html | 11 ++++++++--- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/marketing/index.html b/marketing/index.html index 7a0312c..0f82ed2 100644 --- a/marketing/index.html +++ b/marketing/index.html @@ -338,11 +338,16 @@ button { font-family: inherit; cursor: pointer; border: none; background: none; .nav-mobile ul li a:hover { color: var(--fg); } .nav-mobile-ctas { display: flex; - flex-direction: column; + flex-direction: row; gap: 8px; margin-top: 16px; } -.nav-mobile-ctas .btn { text-align: center; padding: 11px 0; font-size: .9375rem; } +.nav-mobile-ctas .btn { + flex: 1; + justify-content: center; + padding: 10px 12px; + font-size: .875rem; +} /* ════════════════════════════════════════════════════════════ HERO — Figma Sites: product-forward, massive type @@ -1387,7 +1392,7 @@ button { font-family: inherit; cursor: pointer; border: none; background: none; FOOTER ════════════════════════════════════════════════════════════ */ footer { - background: var(--bg-inv-2); + background: #08080C; border-top: 1px solid rgba(255,255,255,0.06); padding: 80px 40px 40px; } diff --git a/packages/app/public/marketing.html b/packages/app/public/marketing.html index 7a0312c..0f82ed2 100644 --- a/packages/app/public/marketing.html +++ b/packages/app/public/marketing.html @@ -338,11 +338,16 @@ button { font-family: inherit; cursor: pointer; border: none; background: none; .nav-mobile ul li a:hover { color: var(--fg); } .nav-mobile-ctas { display: flex; - flex-direction: column; + flex-direction: row; gap: 8px; margin-top: 16px; } -.nav-mobile-ctas .btn { text-align: center; padding: 11px 0; font-size: .9375rem; } +.nav-mobile-ctas .btn { + flex: 1; + justify-content: center; + padding: 10px 12px; + font-size: .875rem; +} /* ════════════════════════════════════════════════════════════ HERO — Figma Sites: product-forward, massive type @@ -1387,7 +1392,7 @@ button { font-family: inherit; cursor: pointer; border: none; background: none; FOOTER ════════════════════════════════════════════════════════════ */ footer { - background: var(--bg-inv-2); + background: #08080C; border-top: 1px solid rgba(255,255,255,0.06); padding: 80px 40px 40px; }