Wrap pages in consistent container styling

Remove Back to List
This commit is contained in:
2025-12-26 23:45:32 -05:00
parent 4c05188867
commit 58cae98357
11 changed files with 112 additions and 93 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
}
else
{
<MudContainer>
<MudPaper Elevation="2" Class="pa-4">
@foreach (var student in _students)
{
<MudContainer Class="pagebreak">
@@ -52,7 +52,7 @@ else
}
</MudContainer>
}
</MudContainer>
</MudPaper>
}
@code {