Skip to content

Commit

Permalink
tweak Package_Summary styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Jun 11, 2024
1 parent 5fab7a5 commit ae718b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/chilled-drinks-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ryanatkn/fuz": patch
---

tweak `Package_Summary` styles
3 changes: 2 additions & 1 deletion src/lib/Package_Summary.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
{/if}
<!-- TODO maybe add this value to package.json, `icon_alt` -->
<img
class="pixelated"
style:width="var(--size, var(--icon_size_xl2))"
style:height="var(--size, var(--icon_size_xl2))"
src="{pkg.homepage_url}/favicon.png"
Expand All @@ -49,7 +50,7 @@
{#if description}
{@render description(package_json.description, package_json.icon)}
{:else}
<p>
<p class="text_align_center">
{package_json.description}
{#if !package_json.motto}
{package_json.icon}
Expand Down

0 comments on commit ae718b1

Please sign in to comment.