From 9b4d68d8a644a4a94a85f4c2df7ba51b553e1b09 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Tue, 18 Oct 2016 14:18:05 -0400 Subject: [PATCH] css changes --- hourglass/client/profile/profile.css | 4 ++++ hourglass/client/profile/profile.html | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/hourglass/client/profile/profile.css b/hourglass/client/profile/profile.css index d339fc8..303ee49 100644 --- a/hourglass/client/profile/profile.css +++ b/hourglass/client/profile/profile.css @@ -88,6 +88,10 @@ margin-left: 20% !important; } +.smallText p { + font-size: 90%; +} + #profCards { width: 100%; height: 100%; diff --git a/hourglass/client/profile/profile.html b/hourglass/client/profile/profile.html index 57fc5c2..2cefef0 100644 --- a/hourglass/client/profile/profile.html +++ b/hourglass/client/profile/profile.html @@ -13,8 +13,6 @@ {{username}} - {{restrict 'description'}} -
@@ -29,7 +27,7 @@ {{school}}
-
+
{{#each selectOptions 'school'}} {{> option}} {{/each}}