Trivial: fix image sizing in creators guide

This corrects the ratio to match the image and reduce the squishing
effect. The new numbers represent half the size of the original image,
rounded to the nearest whole number.

Change-Id: I0639dda347df10cff256aa2ccc47ec736378472e
This commit is contained in:
Jay Faulkner 2023-03-15 14:18:03 -07:00
parent dd6cc52a77
commit 64f67bcdcc
1 changed files with 2 additions and 2 deletions

View File

@ -145,8 +145,8 @@ of the project if a your user account is compromised. You do this by clicking
the remove button beside your username in the list.
.. image:: images/pypi-role-remove.png
:height: 476
:width: 800
:height: 136
:width: 538
Adding the Project to the CI System
===================================