diff --git a/app/assets/stylesheets/mobile/posts.css.scss b/app/assets/stylesheets/mobile/posts.css.scss index 1134e1071..5a3e43190 100644 --- a/app/assets/stylesheets/mobile/posts.css.scss +++ b/app/assets/stylesheets/mobile/posts.css.scss @@ -17,7 +17,7 @@ header { padding: 0; li { - font-size: 2em; + font-size: 1.5em; margin: 0; padding: 0; width: 33%; @@ -27,6 +27,10 @@ header { li#site-item { text-align: center; + + h1 { + font-size: 2em; + } } li#sign-in-item { diff --git a/app/views/m/posts/_header.html.erb b/app/views/m/posts/_header.html.erb index 2caed2d40..e6f0104dc 100644 --- a/app/views/m/posts/_header.html.erb +++ b/app/views/m/posts/_header.html.erb @@ -6,9 +6,7 @@ <% end %>
  • -

    - <%= Danbooru.config.app_name %> -

    +

    <%= Danbooru.config.app_name %>

  • <% if true || CurrentUser.is_anonymous? %>