8000 Update the size of the Py icon on the release page template by ntoll · Pull Request #2232 · pyscript/pyscript · GitHub
[go: up one dir, main page]

Skip to content

Update the size of the Py icon on the release page template #2232

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update the size of the Py icon on the release page template, so it wo…
…rks in a mobile friendly manner.
  • Loading branch information
ntoll committed Oct 28, 2024
commit c85278d9912f3d08b07fb91576261a862d5922e3
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<div id="header">
<svg
xmlns="http://www.w3.org/2000/svg"
width="512"
height="173"
width="256"
height="87"
viewBox="0 0 512 173"
>
<path
Expand Down
0