Skip to content

Commit

Permalink
Fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
RossDScott committed Jan 4, 2025
1 parent 1ad29ed commit f42cd8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div Class="d-flex flex-row flex-wrap ml-2 mt-2 fullWidth">
@foreach (var plan in _workoutPlans)
{
<MudCard @onclick="_ => HandlePickWorkout(plan)" Class="mr-3" Style="min-width:200px">
<MudCard @onclick="_ => HandlePickWorkout(plan)" Class="mr-3 mb-3" Style="min-width:200px">
<MudCardHeader class="ps-2 pb-0 bt-2">
<CardHeaderContent>
<MudText Typo="Typo.h5" Align="Align.Left">@plan.Name</MudText>
Expand Down
2 changes: 1 addition & 1 deletion src/GymTrackerBlazorClient/GymTracker.BlazorClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
<Version>1.5.6.1</Version>
<Version>1.5.6.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f42cd8c

Please sign in to comment.