回答編集履歴

1

コード修正

2020/04/19 09:01

投稿

hatena19
hatena19

スコア34075

test CHANGED
@@ -20,9 +20,15 @@
20
20
 
21
21
  }
22
22
 
23
- .footer-1-item:nth-child(-n+2){
23
+ .footer-1-item{
24
24
 
25
+ flex: 0 0 20%;
26
+
27
+ }
28
+
29
+ .footer-1-item:nth-child(1){
30
+
25
- flex: 0 1 30%; /*左列の幅設定*/
31
+ flex: 0 1 30%; /*左1列の幅設定*/
26
32
 
27
33
  }
28
34