From 553ee44e2d09e930a8022fbb6cf43936aaba27c0 Mon Sep 17 00:00:00 2001
From: Kyle Doherty <kyle.l.doherty@gmail.com>
Date: Mon, 21 Mar 2016 16:12:42 -0700
Subject: [PATCH] make more embiggened

---
 frontend/src/components/dashboard/dashboard.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/src/components/dashboard/dashboard.css b/frontend/src/components/dashboard/dashboard.css
index b0aff843623..11a52044897 100644
--- a/frontend/src/components/dashboard/dashboard.css
+++ b/frontend/src/components/dashboard/dashboard.css
@@ -419,7 +419,7 @@
   increase the base font size in fullscreen mode to bump things up to
   accomodate for viewing distance on TVs etc
 */
-.Dashboard.Dashboard--fullscreen { font-size: 1.2em; }
+.Dashboard.Dashboard--fullscreen { font-size: 1.6em; }
 
 /* keep the dashboard header title from being overwhelmingly large */
 .Dashboard.Dashboard--fullscreen .Header-title-name { font-size: 1em; }
-- 
GitLab