Skip to content

Commit

Permalink
Round the images
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Dec 23, 2023
1 parent 9bf955f commit 3ad99af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion AboutMe/Wasm/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<MudImage Src="images/mbond.png"
Alt="Michael Bond"
title="Michael Bond"
Width="200" />
Width="200"
Class="rounded-lg" />

<MudText Typo="@Typo.body1">
I'm an autistic obsessive software developer and Pokémon fan.
Expand Down
6 changes: 4 additions & 2 deletions AboutMe/Wasm/Pages/Pokemon.razor
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
<MudImage Src="images/PokemonHomeFriendCode.png"
Alt="My Pokémon Home Friend Code"
title="My Pokémon Home Friend Code"
Width="200" />
Width="200"
Class="rounded-lg" />
</MudStack>
</MudPaper>

Expand All @@ -59,7 +60,8 @@
<MudImage Src="images/PokemonGOFriendCode.png"
Alt="My Pokémon GO Friend Code"
title="My Pokémon GO Friend Code"
Width="250" />
Width="250"
Class="rounded-lg" />
</MudStack>
</MudPaper>
</MudStack>

0 comments on commit 3ad99af

Please sign in to comment.