Update padding for MudPaper components across various features
Increased padding from 'pa-4' to 'pa-6' for MudPaper components in Events, MeetingSchedule, Students, and Teams features to ensure consistent styling and improved visual spacing.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
<PageHeader Title="@($"{Configuration["ChapterSettings:Shortname"]} TSA Schedule {Configuration["ChapterSettings:CompetitionYear"]}")" />
|
||||
|
||||
<MudPaper Elevation="2" Class="pa-4 mt-4">
|
||||
<MudPaper Elevation="2" Class="pa-6 mt-4">
|
||||
<MudGrid>
|
||||
<MudItem xs="7" sm="8" lg="9">
|
||||
<MudText Typo="Typo.h4">Time Slots</MudText>
|
||||
|
||||
Reference in New Issue
Block a user