diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-05-13 10:40:01 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-05-13 10:40:01 +0100 |
| commit | 400d04eca8602bd2dcb7ad4a3f790278fd2f2eed (patch) | |
| tree | 27facf4b5cfbf54efaed87f7da02803e4302b8a2 /website/src | |
| parent | 286e19ffaadcbf82150989dd14d9e6d045d0ac3c (diff) | |
Improves image and shrinks size
Diffstat (limited to 'website/src')
| -rw-r--r-- | website/src/components/Me.astro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/website/src/components/Me.astro b/website/src/components/Me.astro index 1a2140b..a77efc0 100644 --- a/website/src/components/Me.astro +++ b/website/src/components/Me.astro @@ -2,7 +2,9 @@ --- <section class="h-card"> - <img class="u-photo" src="/images/headshot.jpg" height="256" width="256" /> + <div> + <img class="u-photo" src="/images/headshot.webp" height="96" width="96" /> + </div> <header> <h1> |
