From 622f6363f372a278092bc59106c481696a1735c6 Mon Sep 17 00:00:00 2001 From: ksjdragon Date: Sat, 22 Oct 2016 16:15:07 -0400 Subject: [PATCH] Max height of classes --- 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 848e7f8..d8548ee 100644 --- a/hourglass/client/profile/profile.css +++ b/hourglass/client/profile/profile.css @@ -248,7 +248,7 @@ .classHolder { width: 100%; - max-height: 489vh; + max-height: 41vh; padding: 1%; padding-right: 100%; @@ -716,4 +716,4 @@ #profPreferences { border-top: 5px solid #409333; -} \ No newline at end of file +}