From 0f86da05d059f246cb1c893fe7b72d673924deed Mon Sep 17 00:00:00 2001 From: "Eddie Monge Jr." Date: Thu, 5 Sep 2013 14:58:07 -0700 Subject: [PATCH] style (app): Make page visible for smaller screens Make the page visible for people without large monitors --- app/styles/app.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/styles/app.css b/app/styles/app.css index c35e0d7..45fa032 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -1,8 +1,7 @@ - body { width: 1920px; height: 1080px; - overflow: hidden; + overflow: auto; background-color: #252525; font-family: 'Track'; font-size: 20px;