diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-12-12 09:19:17 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-12-12 09:19:17 +0100 |
| commit | cd218da641fdee303def9124b534bf51df309c4e (patch) | |
| tree | b4e3d4777f2234cdafcdd31beee472f3b95094ed | |
| parent | b2c6996754658c6853538423aaf18d2638aa395c (diff) | |
Fix icon size
| -rw-r--r-- | src/partials/Header.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/partials/Header.astro b/src/partials/Header.astro index f513d27..90a1429 100644 --- a/src/partials/Header.astro +++ b/src/partials/Header.astro @@ -88,8 +88,8 @@ import Favicon from "../assets/Favicon.astro"; <a href="https://bsky.app/profile/costas.dev" title="BlueSky"> <svg xmlns="http://www.w3.org/2000/svg" - width="24" - height="24" + width="32" + height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" |
