diff options
Diffstat (limited to 'src/layouts/Layout.astro')
| -rw-r--r-- | src/layouts/Layout.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index e19e342..12ef02b 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -42,7 +42,7 @@ const { title } = Astro.props; color: var(--zinc-50) } - .link-icon svg { + span svg { width: 1.5rem; fill: var(--zinc-50) } |
