Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaKamikaze committed Dec 11, 2023
2 parents 64a607b + e77860e commit 0b8fab7
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 0b8fab7

Please sign in to comment.