Private
Public Access
1
0

feat: update mobile styles for SkillEntry to look better

This commit is contained in:
2026-02-14 16:42:08 +01:00
parent 494ea4f58f
commit a59070d8ff

View File

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