From b9b16ad65af42066e90c6a1db099a01b2bdad57f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 14 Jun 2026 16:08:43 +0300 Subject: mm0 shrink README logo to width 160 The logo was embedded as a plain Markdown image, so renderers displayed the 256x256 SVG at full/container size, dominating the top of the page. Use an HTML with width="160" (GitHub honors it) so the logo is a modest header graphic instead of taking up the whole screen. Co-Authored-By: Claude Opus 4.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 318bc1a..b1211b6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # shuriken -![Shuriken logo](assets/docs/shuriken-logo.svg) +Shuriken logo shuriken is a Bash script for Unix like operating systems (such as Linux) to generate static web photo albums. The resulting static photo album is pure HTML+CSS (without any JavaScript!). -- cgit v1.2.3