質問するログイン新規登録

質問編集履歴

1

改良

2017/03/18 01:08

投稿

miiichat
miiichat

スコア72

title CHANGED
File without changes
body CHANGED
@@ -10,7 +10,7 @@
10
10
  @import "bootstrap-sprockets";
11
11
  @import "bootstrap";
12
12
 
13
- .contents {
13
+ body {
14
14
  padding-top: 65px;
15
15
 
16
16
  }
@@ -46,7 +46,7 @@
46
46
  ```
47
47
  <body>
48
48
  <%= render 'layouts/header' %>
49
- <div class="container contents">
49
+ <div class="container">
50
50
  <%= yield %>
51
51
  </div>
52
52
  </body>