Skip to content

Commit

Permalink
fix: image sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
op committed May 11, 2024
1 parent f21e2d9 commit b1342ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/catppuccin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
</p>

<picture>
<img width="250" src="../../assets/catppuccin-latte.svg" alt="catppuccin latte" />
<img height="120" src="../../assets/catppuccin-latte.svg" alt="catppuccin latte" />
</picture>
<picture>
<img width="250" src="../../assets/catppuccin-frappe.svg" alt="catppuccin frappe" />
<img height="120" src="../../assets/catppuccin-frappe.svg" alt="catppuccin frappe" />
</picture>
<picture>
<img width="250" src="../../assets/catppuccin-macchiato.svg" alt="catppuccin macchiato" />
<img height="120" src="../../assets/catppuccin-macchiato.svg" alt="catppuccin macchiato" />
</picture>
<picture>
<img width="250" src="../../assets/catppuccin-mocha.svg" alt="catppuccin mocha" />
<img height="120" src="../../assets/catppuccin-mocha.svg" alt="catppuccin mocha" />
</picture>


Expand Down

0 comments on commit b1342ae

Please sign in to comment.