diff --git a/app/assets/stylesheets/mobile.css.scss b/app/assets/stylesheets/mobile.css.scss
index c0975a1e3..2f4220889 100644
--- a/app/assets/stylesheets/mobile.css.scss
+++ b/app/assets/stylesheets/mobile.css.scss
@@ -9,12 +9,12 @@ body {
}
input[type=text], input[type=submit] {
- font-size: 20pt;
+ font-size: 18pt;
}
/* paginator */
div.paginator {
- font-size: 18pt;
+ font-size: 16pt;
font-weight: bold;
text-align: center;
diff --git a/app/views/mobile/posts/index.html.erb b/app/views/mobile/posts/index.html.erb
index d3de6363e..2150fb221 100644
--- a/app/views/mobile/posts/index.html.erb
+++ b/app/views/mobile/posts/index.html.erb
@@ -11,17 +11,21 @@