質問編集履歴
1
cssを追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -40,7 +40,8 @@
|
|
40
40
|
flex-wrap: wrap;
|
41
41
|
flex-direction: column; // 縦並び
|
42
42
|
flex-direction: row-reverse; // 左から右
|
43
|
-
width: 300px;
|
43
|
+
max-width: 300px;
|
44
|
+
max-height: 300px;
|
44
45
|
}
|
45
46
|
.item {
|
46
47
|
width: 100px;
|