From e3f97fa1e4a3a4eb99886c519762fe0c3f61f1f7 Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 6 Nov 2011 17:10:07 -0500 Subject: [PATCH] style fixes --- app/assets/stylesheets/mobile/posts.css.scss | 11 ++++++++--- app/views/layouts/mobile.html.erb | 4 +++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/mobile/posts.css.scss b/app/assets/stylesheets/mobile/posts.css.scss index c3426821f..73bd65f56 100644 --- a/app/assets/stylesheets/mobile/posts.css.scss +++ b/app/assets/stylesheets/mobile/posts.css.scss @@ -1,11 +1,15 @@ @import "../common/000_vars.css.scss"; +div#main { + max-width: 960px; +} + header { margin: 0 0 10px 0; padding: 0 10px; input { - font-size: 2em; + font-size: 3em; } menu { @@ -22,6 +26,7 @@ header { } li#site-item { + font-size: 3em; text-align: center; } @@ -101,11 +106,11 @@ div#tag-list { li { display: inline-block; - margin: 1em 0.5em; + margin: 1.5em 0.5em; a { background: #eee; - font-size: 1.5em; + font-size: 2em; font-weight: bold; padding: 0.2em 0.5em; border: 1px solid #666; diff --git a/app/views/layouts/mobile.html.erb b/app/views/layouts/mobile.html.erb index ad3faf34f..e8cfc9b8b 100644 --- a/app/views/layouts/mobile.html.erb +++ b/app/views/layouts/mobile.html.erb @@ -7,6 +7,8 @@ <%= javascript_include_tag "mobile" %> -<%= yield :layout %> +
+ <%= yield :layout %> +