質問編集履歴
2
修正しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,6 +18,8 @@
|
|
18
18
|
|
19
19
|
|
20
20
|
|
21
|
+
![右端に余白](eed1c561c696ad46777d96e4ba04bde6.jpeg)](f4604fa5599fc43e4b09d8ae1a0d2e6d.jpeg)
|
22
|
+
|
21
23
|
```css
|
22
24
|
|
23
25
|
@charset "UTF-8";
|
1
修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,6 +16,8 @@
|
|
16
16
|
|
17
17
|
|
18
18
|
|
19
|
+
|
20
|
+
|
19
21
|
```css
|
20
22
|
|
21
23
|
@charset "UTF-8";
|
@@ -810,6 +812,60 @@
|
|
810
812
|
|
811
813
|
}
|
812
814
|
|
815
|
+
|
816
|
+
|
817
|
+
.footer {
|
818
|
+
|
819
|
+
max-width: 1400px;
|
820
|
+
|
821
|
+
background-color: #fff;
|
822
|
+
|
823
|
+
}
|
824
|
+
|
825
|
+
|
826
|
+
|
827
|
+
.footer .com-flex {
|
828
|
+
|
829
|
+
display: -webkit-box;
|
830
|
+
|
831
|
+
display: -webkit-flex;
|
832
|
+
|
833
|
+
display: -ms-flexbox;
|
834
|
+
|
835
|
+
display: flex;
|
836
|
+
|
837
|
+
-webkit-box-pack: justify;
|
838
|
+
|
839
|
+
-webkit-justify-content: space-between;
|
840
|
+
|
841
|
+
-ms-flex-pack: justify;
|
842
|
+
|
843
|
+
justify-content: space-between;
|
844
|
+
|
845
|
+
-webkit-box-align: center;
|
846
|
+
|
847
|
+
-webkit-align-items: center;
|
848
|
+
|
849
|
+
-ms-flex-align: center;
|
850
|
+
|
851
|
+
align-items: center;
|
852
|
+
|
853
|
+
}
|
854
|
+
|
855
|
+
|
856
|
+
|
857
|
+
.footer .com-flex > p {
|
858
|
+
|
859
|
+
display: block;
|
860
|
+
|
861
|
+
margin-bottom: 20px;
|
862
|
+
|
863
|
+
margin-left: 100px;
|
864
|
+
|
865
|
+
}
|
866
|
+
|
867
|
+
/*# sourceMappingURL=style.css.map */
|
868
|
+
|
813
869
|
```
|
814
870
|
|
815
871
|
|
@@ -831,3 +887,5 @@
|
|
831
887
|
↓調べた結果、出てきた質問です
|
832
888
|
|
833
889
|
https://teratail.com/questions/264550
|
890
|
+
|
891
|
+
}
|