diff options
| author | Rosemary Sanchez <rsanchez@madebyuppercut.com> | 2013-07-22 09:47:26 -0600 |
|---|---|---|
| committer | Rosemary Sanchez <rsanchez@madebyuppercut.com> | 2013-07-22 09:47:26 -0600 |
| commit | 9ebcb115f12b391252c43eb6452f3dc1c95cee5d (patch) | |
| tree | e7151fce6338d132c1617b19af770cf71114a6cc /app | |
| parent | b0c1982530e0098a35a82f8555563ed9ec3b6a91 (diff) | |
Updated mobile appearance.
Diffstat (limited to 'app')
| -rw-r--r-- | app/assets/images/mobile/logo.png | bin | 3298 -> 2810 bytes | |||
| -rw-r--r-- | app/assets/stylesheets/media-queries.css.scss | 12 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app/assets/images/mobile/logo.png b/app/assets/images/mobile/logo.png Binary files differindex 7b3b046..2bbc327 100644 --- a/app/assets/images/mobile/logo.png +++ b/app/assets/images/mobile/logo.png diff --git a/app/assets/stylesheets/media-queries.css.scss b/app/assets/stylesheets/media-queries.css.scss index 3dfbeb7..eb90b2c 100644 --- a/app/assets/stylesheets/media-queries.css.scss +++ b/app/assets/stylesheets/media-queries.css.scss @@ -11,13 +11,17 @@ /* Landscape phones and down */ @media (max-width: 480px) { - #logo { + body { padding: 0; } + + h2, .about {font-size: 1.5em; line-height: 1.25em;} + footer{ width: 100%; margin: 0;} + #main{ padding: 0 20px; } + h1#logo { background: transparent url('/assets/mobile/logo.png') no-repeat 0 0; - /*width: 250px; - height: 69px;*/ + width: 250px; + height: 69px; } #logo, .field, .action { float: none; } - h2, .about {font-size: 1.5em; line-height: 1.25em;} #new_sign_up{ .field{ |
