From a9d787ca83f1504e01180ed7ad118f5f13d7d2d5 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Sun, 11 Sep 2016 23:43:20 -0400 Subject: [PATCH] Profile css modifications --- hourglass/client/profile/profile.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hourglass/client/profile/profile.css b/hourglass/client/profile/profile.css index 6d1c9dd..cab12f8 100644 --- a/hourglass/client/profile/profile.css +++ b/hourglass/client/profile/profile.css @@ -4,6 +4,10 @@ cursor: pointer; } +#profPage .change { + font-size: 2.5vh; +} + .radio { cursor: pointer; } @@ -445,7 +449,7 @@ } #mainpage, #logout2 { - font-size: 90%; + font-size: 1.5vh; margin: 0; padding: 0.7%; background-color: #617C9E;