diff --git a/app/less/outfit.less b/app/less/outfit.less index ae75e315..18525ff2 100755 --- a/app/less/outfit.less +++ b/app/less/outfit.less @@ -11,6 +11,14 @@ //font-size: 0.8em; }); + &>.list { + @media screen and (max-width: 1000px) { + width: 49%; + } + @media screen and (max-width: 600px) { + width: 100%; + } + } } #overview { @@ -74,4 +82,16 @@ @media screen and (max-width: 640px) { display: none; } +} + +#jumpRange { + width: 50%; + padding: 0 0.5em; + + @media screen and (max-width: 1000px) { + float: right; + clear: both; + display: block; + width: 100% !important; + } } \ No newline at end of file diff --git a/app/views/page-outfit.html b/app/views/page-outfit.html index fc2b75eb..9e9cbc14 100755 --- a/app/views/page-outfit.html +++ b/app/views/page-outfit.html @@ -227,16 +227,6 @@ -
-
Jump Range
-
-
-
- -
-
-
-
Costs
@@ -267,4 +257,14 @@
+
+
Jump Range
+
+
+
+ +
+
+
+