diff --git a/ProjectLighthouse/Pages/UserPage.cshtml b/ProjectLighthouse/Pages/UserPage.cshtml index 07eeef0d..66140a67 100644 --- a/ProjectLighthouse/Pages/UserPage.cshtml +++ b/ProjectLighthouse/Pages/UserPage.cshtml @@ -9,11 +9,11 @@

@Model.ProfileUser!.Username's user page

-
- @Model.ProfileUser.Hearts - @Model.ProfileUser.Comments - @Model.ProfileUser.UsedSlots / @ServerStatics.EntitledSlots - @Model.ProfileUser.PhotosByMe +
+ @Model.ProfileUser.Hearts + @Model.ProfileUser.Comments + @Model.ProfileUser.UsedSlots / @ServerStatics.EntitledSlots + @Model.ProfileUser.PhotosByMe
diff --git a/ProjectLighthouse/StaticFiles/css/styles.css b/ProjectLighthouse/StaticFiles/css/styles.css index b566a9ee..6ba1642b 100644 --- a/ProjectLighthouse/StaticFiles/css/styles.css +++ b/ProjectLighthouse/StaticFiles/css/styles.css @@ -7,3 +7,12 @@ div.pageContainer { div.main { flex: 1; } + +div.userStats > i { + margin-right: 2px; +} + +div.userStats > span { + margin-right: 5px; +} +