mirror of
https://github.com/clucraft/PriceGhost.git
synced 2026-04-25 00:36:32 +02:00
Fix header SVG - widen viewBox to show full Ghost text
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
e18be5bbc7
commit
a8126e0fb3
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<p align="center">
|
||||
<img src="assets/header.svg" alt="PriceGhost" width="500">
|
||||
<img src="assets/header.svg" alt="PriceGhost" width="580">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 120">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 580 120">
|
||||
<defs>
|
||||
<!-- Ghost icon gradient -->
|
||||
<linearGradient id="ghostGrad" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue