Private
Public Access
1
0

feat: update skill entry header style

This commit is contained in:
2026-02-12 17:57:29 +01:00
parent c6bfa6239f
commit 96e5d5718a

View File

@@ -69,11 +69,15 @@
.header {
display: flex;
align-items: center;
justify-content: flex-start;
justify-content: center;
gap: 1.25rem;
padding-bottom: 1.5rem;
border-bottom: 1px solid var(--color-skill-card-header-border);
@media (min-width: 768px) {
justify-content: flex-start;
}
}
.header-icon {