more mobile display improvements

This commit is contained in:
Hunter W.
2026-06-10 01:14:00 -04:00
parent 116a2ca06b
commit 8817db782f
6 changed files with 54 additions and 32 deletions

View File

@@ -113,9 +113,11 @@ export default function ProjectCard({ project, visible, selected = false, setSel
className="project-card"
style={{
minWidth: "10em",
maxWidth: "90vw",
overflow: "hidden",
textDecoration: "none",
padding: 28,
marginTop: 3,
background: hovered ? "var(--surface-hover)" : "var(--surface)",
border: `2px solid var(--accent)`,
borderRadius: 8,