diff options
author | tkimia <tkimia@purdue.edu> | 2014-04-24 18:08:26 -0400 |
---|---|---|
committer | tkimia <tkimia@purdue.edu> | 2014-04-24 18:08:26 -0400 |
commit | bd1bfe729030312fc678a3705c881744aa650c63 (patch) | |
tree | aa63b5ebda40f1c3655d271f5e52f94324730702 /app/assets/stylesheets | |
parent | 976325f60e7706e480f3d45848897200734c8485 (diff) |
text in graph is a bit better
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/matches.css.scss | 15 |
1 files changed, 15 insertions, 0 deletions
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 |