From 090f9e1244982ff24fd702821103a8c82016a2f5 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Fri, 12 Aug 2016 17:58:03 -0400 Subject: [PATCH] Display fix --- hourglass/client/profile/profile.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hourglass/client/profile/profile.css b/hourglass/client/profile/profile.css index 98365ab..dd19723 100644 --- a/hourglass/client/profile/profile.css +++ b/hourglass/client/profile/profile.css @@ -192,6 +192,10 @@ padding: 1%; } +.profFunction h4 { + font-size: 120%; +} + #searchBar { display: inline; }