This commit is contained in:
2026-08-09 12:41:26 +02:00
parent c05255d29d
commit 0ed9095c8d
3 changed files with 23 additions and 15 deletions
+18 -1
View File
@@ -1,3 +1,10 @@
@font-face {
/* Default font family */
src: url('fonts/space-grotesk.ttf');
font-family: 'Space Grotesk';
font-display: swap
}
:root {
/* Monochromatic Palette */
--bg-body: #09090b;
@@ -255,7 +262,9 @@ nav {
padding: 0.25rem 0.5rem;
border: 1px solid var(--border);
color: var(--fg-muted);
display: inline-block;
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
/* Tech Strip - Fixed Overflow */
@@ -292,6 +301,14 @@ nav {
margin-right: 0;
}
.project-header {
justify-content: space-between;
border-bottom: 1px solid var(--border);
align-items: flex-end;
padding-bottom: 1rem;
margin-bottom: 2rem;
}
/* Project Cards */
.project-card {
display: flex;