回答編集履歴

1

Bootstrap 4に無いクラス(col-md-offset-5)を書いてしまっていたので削除しました。

2021/02/17 14:50

投稿

Lulucom
Lulucom

スコア1899

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  <div class="row no-gutters">
12
12
 
13
- <div class="my-3 mx-auto col-md-7 col-md-offset-5">
13
+ <div class="my-3 mx-auto col-md-7">
14
14
 
15
15
  <label for="inputTitle">タイトル</label>
16
16