landing page updates
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 1s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 4s
Apply Kuberentes Configs / notify-on-failure (push) Has been skipped

This commit is contained in:
2026-03-05 10:36:32 -07:00
parent a5e2ce944e
commit ab27bb1183
3 changed files with 7 additions and 36 deletions

View File

@@ -65,35 +65,6 @@
background-clip: text;
}
.hero-links {
display: flex;
gap: var(--space-xs);
justify-content: center;
flex-wrap: wrap;
}
.btn-primary {
padding: var(--space-2xs) var(--space-lg);
border-radius: var(--radius-md);
background: var(--color-success);
color: var(--color-white);
font-weight: 600;
font-size: var(--text-btn);
text-decoration: none;
transition: background 0.2s;
}
.btn-primary:hover { background: var(--color-success-hover); }
.btn-ghost {
padding: var(--space-2xs) var(--space-lg);
border-radius: var(--radius-md);
border: 1px solid var(--color-border-muted);
color: var(--color-text);
font-weight: 600;
font-size: var(--text-btn);
text-decoration: none;
transition: border-color 0.2s, background 0.2s;
}
.btn-ghost:hover { border-color: var(--color-accent); background: var(--color-accent-subtle); }
/* Projects section */
.projects-section {
max-width: 1100px;