From a59070d8ffcfc2f95d2f1fa45199f592fd448995 Mon Sep 17 00:00:00 2001 From: Adrian Fennert Date: Sat, 14 Feb 2026 16:42:08 +0100 Subject: [PATCH] feat: update mobile styles for SkillEntry to look better --- src/lib/components/SkillEntry.svelte | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/lib/components/SkillEntry.svelte b/src/lib/components/SkillEntry.svelte index 3cb7f46..b829117 100644 --- a/src/lib/components/SkillEntry.svelte +++ b/src/lib/components/SkillEntry.svelte @@ -69,15 +69,11 @@ .header { display: flex; align-items: center; - justify-content: center; + justify-content: flex-start; 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 {