style(showcase): add explicit width to screenshot image

This commit is contained in:
2026-02-14 23:25:09 +01:00
parent 4d540b2acf
commit 1cc4ec4b83
+1 -1
View File
@@ -56,7 +56,7 @@ const version = pkg.version ?? "";
<div class="feature-tag">LIVE PREVIEW</div>
</div>
<div class="showcase-image-box">
<img src="/screenshot-1.png" alt="Zaguán Blade editor interface" />
<img width="600" src="/screenshot-1.png" alt="Zaguán Blade editor interface" />
</div>
</div>
</div>