summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-03-24 12:15:00 -0400
committerMichael <[email protected]>2017-03-24 12:15:00 -0400
commit6418b2341e6fa1ff6f1e8e39c15e7ba0cdd375b1 (patch)
tree24c65bbd9585faf42a8723fcd1db30889fdec422
parent1041eb760bb457f293d5be29880c5231815bfa34 (diff)
downloadproject-unite-6418b2341e6fa1ff6f1e8e39c15e7ba0cdd375b1.tar.gz
project-unite-6418b2341e6fa1ff6f1e8e39c15e7ba0cdd375b1.tar.bz2
project-unite-6418b2341e6fa1ff6f1e8e39c15e7ba0cdd375b1.zip
Adjust column widths.
-rw-r--r--Project-Unite/Views/Profiles/ViewProfile.cshtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Project-Unite/Views/Profiles/ViewProfile.cshtml b/Project-Unite/Views/Profiles/ViewProfile.cshtml
index 2c2b942..171d37f 100644
--- a/Project-Unite/Views/Profiles/ViewProfile.cshtml
+++ b/Project-Unite/Views/Profiles/ViewProfile.cshtml
@@ -29,7 +29,7 @@
</ul>
<div class="row">
- <div class="col-xs-4">
+ <div class="col-xs-3">
<h4>User stats</h4>
<ul>
<li><strong>@Model.Codepoints</strong> Codepoints</li>
@@ -38,7 +38,7 @@
<li><strong>Topics: </strong>@Model.TopicCount</li>
</ul>
</div>
- <div class="col-xs-4">
+ <div class="col-xs-5">
@if(Model.UserName == User.Identity.Name)
{
Html.RenderPartial("~/Views/Profiles/_NewPost.cshtml", new Project_Unite.Models.UserPost());