My pledges: Fix aspect ratio on user avatar

This commit is contained in:
Kelly Dwan 2024-09-02 16:50:24 -04:00
parent 139dcff017
commit 276565fe93
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -10,7 +10,7 @@
<div class="wp-block-group alignwide" style="margin-bottom:var(--wp--preset--spacing--40)"> <div class="wp-block-group alignwide" style="margin-bottom:var(--wp--preset--spacing--40)">
<!-- wp:group {"style":{"border":{"radius":"50%"}},"backgroundColor":"light-grey-2","layout":{"type":"constrained"}} --> <!-- wp:group {"style":{"border":{"radius":"50%"}},"backgroundColor":"light-grey-2","layout":{"type":"constrained"}} -->
<div class="wp-block-group has-light-grey-2-background-color has-background" style="border-radius:50%"> <div class="wp-block-group has-light-grey-2-background-color has-background" style="border-radius:50%">
<!-- wp:post-featured-image {"aspectRatio":"4/3","width":"110px","scale":"contain","style":{"border":{"radius":"50%"}}} /--> <!-- wp:post-featured-image {"aspectRatio":"1","width":"110px","scale":"contain","style":{"border":{"radius":"50%"}}} /-->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->