Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -32,7 +32,8 @@ export struct PeopleShipHomePageHeadComponent { | @@ -32,7 +32,8 @@ export struct PeopleShipHomePageHeadComponent { | ||
| 32 | .borderRadius(this.iconDiameter/2) | 32 | .borderRadius(this.iconDiameter/2) |
| 33 | .objectFit(ImageFit.Cover) | 33 | .objectFit(ImageFit.Cover) |
| 34 | .margin({ | 34 | .margin({ |
| 35 | - right: '-3vp' | 35 | + right: '5vp', |
| 36 | + bottom:'5vp' | ||
| 36 | }) | 37 | }) |
| 37 | } | 38 | } |
| 38 | } | 39 | } |
-
Please register or login to post a comment