From 812c0d7f1615822d52c489ec48a21e63518ec88b Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 17 May 2017 20:06:25 -0400 Subject: [PATCH] fix styling --- Project-Unite/Views/Manage/Index.cshtml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Project-Unite/Views/Manage/Index.cshtml b/Project-Unite/Views/Manage/Index.cshtml index 086b97c..3cf0b02 100644 --- a/Project-Unite/Views/Manage/Index.cshtml +++ b/Project-Unite/Views/Manage/Index.cshtml @@ -77,13 +77,13 @@

Interests

What are you interested in?

- @Html.TextAreaFor(Model => Model.Interests) + @Html.TextAreaFor(Model => Model.Interests, new { @class = "form-control" })

Hobbies

What do you like to do?

- @Html.TextAreaFor(Model => Model.Hobbies) + @Html.TextAreaFor(Model => Model.Hobbies, new { @class = "form-control" }) @@ -120,6 +120,7 @@ Change password +