Skip to content

Commit

Permalink
Add bus stops and routes in Tokyo
Browse files Browse the repository at this point in the history
  • Loading branch information
yamamuteki committed May 1, 2016
1 parent 1321992 commit e7c3eb7
Show file tree
Hide file tree
Showing 5 changed files with 2,022,434 additions and 17 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ textarea {
}

.title {
padding-top: 60px;
padding-top: 120px;
}

@media screen and (min-width: 992px) {
@media screen and (max-width: 736px) {
.title {
padding-top: 150px;
padding-top: 30px;
}
}

Expand Down
3 changes: 2 additions & 1 deletion app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<div class="col-md-12 text-center">
<p class="lead">
千葉のカオスを解消する<br />
千葉県民のためのバス停情報サイト
千葉県民のためのバス停情報サイト<br />
<small>(こっそり東京都にも対応)</small>
</p>
</div>
<div class="col-sm-offset-4 col-sm-4 text-center">
Expand Down
Loading

0 comments on commit e7c3eb7

Please sign in to comment.