feat: align projects with shared UI foundations

This commit is contained in:
2026-08-18 21:32:42 +02:00
parent 139dc0cd75
commit 2618532377
2 changed files with 14 additions and 2 deletions
+2 -2
View File
@@ -87,7 +87,7 @@
gap: 1px;
overflow: hidden;
border: 1px solid var(--border);
border-radius: 6px;
border-radius: var(--radius-compact);
background: var(--border);
}
@@ -156,7 +156,7 @@
font-size: 0.8rem;
}
@media (max-width: 920px) {
@media (max-width: 900px) {
.projects-count {
margin-left: 0;
}