質問編集履歴
1
.footer-category{position:relative}の部分を.footer-category-boxに直しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
CSS⬇︎
|
22
22
|
|
23
|
-
.footer-category{
|
23
|
+
.footer-category-box{
|
24
24
|
|
25
25
|
position:relative;
|
26
26
|
|
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
|
30
30
|
|
31
|
-
.
|
31
|
+
.footer-category-box p::after {
|
32
32
|
|
33
33
|
content: "";
|
34
34
|
|