summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authortkimia <tkimia@purdue.edu>2014-04-24 18:08:26 -0400
committertkimia <tkimia@purdue.edu>2014-04-24 18:08:26 -0400
commitbd1bfe729030312fc678a3705c881744aa650c63 (patch)
treeaa63b5ebda40f1c3655d271f5e52f94324730702 /app/assets
parent976325f60e7706e480f3d45848897200734c8485 (diff)
text in graph is a bit better
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/matches.css.scss15
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