質問編集履歴
1
ソース追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -300,6 +300,22 @@
|
|
300
300
|
|
301
301
|
}
|
302
302
|
|
303
|
+
|
304
|
+
|
305
|
+
.contents_button_second {
|
306
|
+
|
307
|
+
position: relative;
|
308
|
+
|
309
|
+
width: 100%;
|
310
|
+
|
311
|
+
display: flex;
|
312
|
+
|
313
|
+
justify-content: center;
|
314
|
+
|
315
|
+
margin-top: 3%;
|
316
|
+
|
317
|
+
}
|
318
|
+
|
303
319
|
```
|
304
320
|
|
305
321
|
|