From f6476182e015e344ea4643c727a49c71929a07ae Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Fri, 12 Aug 2016 17:51:16 -0400 Subject: [PATCH] Css display fix for profile --- hourglass/client/profile/profile.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hourglass/client/profile/profile.css b/hourglass/client/profile/profile.css index af3382b..98365ab 100644 --- a/hourglass/client/profile/profile.css +++ b/hourglass/client/profile/profile.css @@ -126,7 +126,7 @@ margin-bottom: 5%; padding: 4%; padding-top: 2.5%; - padding-right: 4%; + padding-right: 2%; box-shadow: 2px 2px 5px 3px #666; } @@ -142,7 +142,7 @@ } #profClasses { - width: 50%; + width: 52%; height: 30%; float: right; border-top: 5px solid #2E4F74;