回答編集履歴
1
修正
answer
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
以下のようにしてみてはどうでしょうか。
|
2
2
|
|
3
3
|
```html
|
4
|
-
<div class="col-sm-5 d-flex align-items-end text-right justify-content-end
|
4
|
+
<div class="col-sm-5 d-flex align-items-end text-right justify-content-end">
|
5
5
|
```
|
6
6
|
|
7
7
|
---
|