回答編集履歴

1

コメント挿入

2022/06/30 01:25

投稿

Lhankor_Mhy
Lhankor_Mhy

スコア36134

test CHANGED
@@ -22,8 +22,8 @@
22
22
  margin: auto 0;
23
23
  text-align: center;
24
24
  opacity: 0.6;
25
- margin: auto;
25
+ margin: auto; /* 追加 */
26
- inset: 0;
26
+ inset: 0; /* 追加 */
27
27
  }
28
28
 
29
29
  @media screen and (width<=576px) {
@@ -47,7 +47,7 @@
47
47
  justify-content: center;
48
48
  display: flex;
49
49
  height: 70vh;
50
- max-width: 100%;
50
+ max-width: 100%; /* 追加 */
51
51
  }
52
52
  }
53
53
  ```