回答編集履歴
1
Bootstrap 4に無いクラス(col-md-offset-5)を書いてしまっていたので削除しました。
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
|
13
|
+
<div class="my-3 mx-auto col-md-7">
|
14
14
|
|
15
15
|
<label for="inputTitle">タイトル</label>
|
16
16
|
|