summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authortkimia <tkimia@purdue.edu>2014-04-24 19:06:34 -0400
committertkimia <tkimia@purdue.edu>2014-04-24 19:06:34 -0400
commitc909eb46740a1daeaf8fac1d60d0e4539f01e342 (patch)
tree93b7dfd2143811b18851b673ed455b6b65567ef2 /app/assets
parent589149f637cbe5d38c60d6abfa23bc1dfcb8a712 (diff)
more fixes to the SVG
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/matches.css.scss11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/assets/stylesheets/matches.css.scss b/app/assets/stylesheets/matches.css.scss
index ee43ab4..64d0ca9 100644
--- a/app/assets/stylesheets/matches.css.scss
+++ b/app/assets/stylesheets/matches.css.scss
@@ -56,14 +56,3 @@
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