Skip to content

Instantly share code, notes, and snippets.

@rfadams
Created March 31, 2014 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rfadams/9903008 to your computer and use it in GitHub Desktop.
Save rfadams/9903008 to your computer and use it in GitHub Desktop.
diff --git a/app/assets/stylesheets/feedback/responsive.css.scss b/app/assets/stylesheets/feedback/responsive.css.scss
index 61be27d..38a7686 100644
--- a/app/assets/stylesheets/feedback/responsive.css.scss
+++ b/app/assets/stylesheets/feedback/responsive.css.scss
@@ -1,7 +1,7 @@
// -------------------------- PHONE
-@media only screen and (max-width: 640px) {
- .boundary { width: 610px; }
+@media only screen and (max-width: 768px) {
+ .boundary { width: 758px; }
.modal { width: 580px; }
// -- header
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment