From bd1bfe729030312fc678a3705c881744aa650c63 Mon Sep 17 00:00:00 2001 From: tkimia Date: Thu, 24 Apr 2014 18:08:26 -0400 Subject: text in graph is a bit better --- app/assets/stylesheets/matches.css.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'app/assets') diff --git a/app/assets/stylesheets/matches.css.scss b/app/assets/stylesheets/matches.css.scss index 66da68e..ee43ab4 100644 --- a/app/assets/stylesheets/matches.css.scss +++ b/app/assets/stylesheets/matches.css.scss @@ -51,4 +51,19 @@ form { color: #333; } +} + +svg { + min-width: 600px; +} + +@media (max-width: 900px) { + svg text { + font-size: 200%; + } +} +@media (max-width: 700px) { + svg text { + font-size: 150%; + } } \ No newline at end of file -- cgit v1.2.3