summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-04-24 18:42:04 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-04-24 18:42:04 -0400
commit4f89e129721b3740d09d9984ec6da3d6751608a8 (patch)
tree148a97cbd197438bf1357042415e26e382038cea /app/assets/stylesheets
parentc38a00c8fbc549d1ec45834ee05b19a38d2dd246 (diff)
parent589149f637cbe5d38c60d6abfa23bc1dfcb8a712 (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'app/assets/stylesheets')
-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