Skip to content

Commit c399b06

Browse files
committed
Merge tag '1.0.4' into dev
Fix Dashboard margins to scale properly
2 parents 3ca22ac + 0b8fab7 commit c399b06

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChatRPG/Pages/UserCampaignOverview.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@using ChatRPG.Services
33
@using CampaignModel = ChatRPG.Data.Models.Campaign;
44

5-
<div class="container">
5+
<div class="container" style="margin-bottom: 50px">
66
@if (User is not null)
77
{
88
<div class="dashboard-title-container">

ChatRPG/wwwroot/css/site.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ a, .btn-link {
354354
}
355355

356356
.dashboard-title-container {
357+
margin-top: 100px;
357358
padding-bottom: 60px;
358359
}
359360

0 commit comments

Comments
 (0)