improved a lot of things

This commit is contained in:
SinachPat
2026-04-26 10:35:20 +01:00
parent da8b8c8dfa
commit f9528702c8
2 changed files with 16 additions and 6 deletions
+8 -3
View File
@@ -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;
}