From ca095ac91d96bfaea91719863e37bdcb1f98bc54 Mon Sep 17 00:00:00 2001 From: Rosemary Sanchez Date: Mon, 22 Jul 2013 10:18:30 -0600 Subject: xit failing test for now. --- app/assets/stylesheets/media-queries.css.scss | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/assets/stylesheets/media-queries.css.scss b/app/assets/stylesheets/media-queries.css.scss index eb90b2c..bea6408 100644 --- a/app/assets/stylesheets/media-queries.css.scss +++ b/app/assets/stylesheets/media-queries.css.scss @@ -4,10 +4,23 @@ } /* Portrait tablet to landscape and desktop */ -@media (min-width: 768px) and (max-width: 979px) {} +@media (min-width: 768px) and (max-width: 979px) { + #new_sign_up{ + .field{ + input[type="email"]{ + width: 240px; + } + margin-right: 20px; + } + } +} /* Landscape phone to portrait tablet */ -@media (max-width: 767px) {} +@media (max-width: 767px) { + body { padding: 0; } + #main{ padding: 0 20px; } + h2, .about {font-size: 1.5em; line-height: 1.25em;} +} /* Landscape phones and down */ @media (max-width: 480px) { -- cgit v1.2.3