Skip to content
Snippets Groups Projects
Commit 382172a6 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

scope embiggening

parent ccd4f524
No related branches found
No related tags found
No related merge requests found
......@@ -419,7 +419,13 @@
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.6em; }
@media screen and (min-width: 1280px) {
.Dashboard.Dashboard--fullscreen { font-size: 1.2em; }
/* keep the dashboard header title from being overwhelmingly large */
.Dashboard.Dashboard--fullscreen .Header-title-name { font-size: 1em; }
}
@media screen and (min-width: 1540px) {
.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; }
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment