回答編集履歴
1
コード修正
test
CHANGED
@@ -8,9 +8,9 @@
|
|
8
8
|
|
9
9
|
body {
|
10
10
|
|
11
|
-
display: flex;
|
11
|
+
/* display: flex;
|
12
12
|
|
13
|
-
flex-direction: column;
|
13
|
+
flex-direction: column; */
|
14
14
|
|
15
15
|
min-height: 100vh;
|
16
16
|
|