diff options
| author | Alam Guardin <alamguardin@gmail.com> | 2024-08-09 21:13:55 -0500 |
|---|---|---|
| committer | Alam Guardin <alamguardin@gmail.com> | 2024-08-09 21:13:55 -0500 |
| commit | 90bcfbf0d49e428e6b4bb45c511e4a60cecaff49 (patch) | |
| tree | 4d9285b3e17fdc640991fd59a0a4bea9f580db0f /src/layouts/Layout.astro | |
| parent | 470911698e5a4468c510a99dd352bfb68d9fbd00 (diff) | |
chore: update readme.md content
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) } |
