diff options
author | guntasgrewal <guntasgrewal@gmail.com> | 2014-04-24 18:42:04 -0400 |
---|---|---|
committer | guntasgrewal <guntasgrewal@gmail.com> | 2014-04-24 18:42:04 -0400 |
commit | 4f89e129721b3740d09d9984ec6da3d6751608a8 (patch) | |
tree | 148a97cbd197438bf1357042415e26e382038cea /app | |
parent | c38a00c8fbc549d1ec45834ee05b19a38d2dd246 (diff) | |
parent | 589149f637cbe5d38c60d6abfa23bc1dfcb8a712 (diff) |
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'app')
-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 |