回答編集履歴
1
修正
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
.main-bottom a {
|
8
8
|
|
9
|
-
width: 800px; /*
|
9
|
+
width: 800px; /* 414pxの横幅しかないのに、800pxが指定されている */
|
10
10
|
|
11
11
|
max-width: 100%; /* 追加 */
|
12
12
|
|