Skip to content

Commit

Permalink
Fix Dashboard margin problem so that title is on screen again
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaKamikaze committed Dec 11, 2023
1 parent 64a607b commit e77860e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ChatRPG/Pages/UserCampaignOverview.razor
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@using ChatRPG.Services
@using CampaignModel = ChatRPG.Data.Models.Campaign;

<div class="container">
<div class="container" style="margin-bottom: 50px">
@if (User is not null)
{
<div class="dashboard-title-container">
Expand Down
1 change: 1 addition & 0 deletions ChatRPG/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ a, .btn-link {
}

.dashboard-title-container {
margin-top: 100px;
padding-bottom: 60px;
}

Expand Down

0 comments on commit e77860e

Please sign in to comment.