changes
This commit is contained in:
+18
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user