diff options
| author | n1c00o <n@nc0.fr> | 2023-02-07 19:04:45 +0100 |
|---|---|---|
| committer | n1c00o <n@nc0.fr> | 2023-02-07 19:04:45 +0100 |
| commit | 3f4938269d1f39c9e622a4f97cb5f59534b00b4c (patch) | |
| tree | 232210c3536e482b70c39fc151b874debd317beb | |
| parent | 83b47610c8c97f21b6febe2d8173586b9a7daa55 (diff) | |
Resize crab picture to 80x80
The crab image in the navigation bar was too large
| -rw-r--r-- | website/src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/src/index.html b/website/src/index.html index a8553dc..36c1b9a 100644 --- a/website/src/index.html +++ b/website/src/index.html @@ -18,7 +18,7 @@ <body> <nav class="container"> <ul> - <li><img src="https://clawflake.nc0.fr/assets/img/crab.png" alt="crab"></li> + <li><img src="https://clawflake.nc0.fr/assets/img/crab.png" alt="crab" height="80" width="80"></li> </ul> <ul> <li><a href="https://www.nc0.fr" role="button">nc0</a></li> |
