質問編集履歴

1

追記

2021/04/02 19:37

投稿

let
let

スコア41

test CHANGED
File without changes
test CHANGED
@@ -792,86 +792,126 @@
792
792
 
793
793
  }
794
794
 
795
+ 削除
796
+
795
- .info1{
797
+ /*.info1{
798
+
799
+ max-width: 100%;*/
800
+
801
+ }
802
+
803
+ 削除
804
+
805
+ /*.net{
796
806
 
797
807
  max-width: 100%;
798
808
 
809
+ margin-right: auto;
810
+
811
+ margin-left: auto;*/
812
+
799
- }
813
+ }
814
+
800
-
815
+ /*.info-container img{
816
+
817
+ width: auto;
818
+
819
+ height: 200px;*/
820
+
821
+ }
822
+
801
- .net{
823
+ ..hanana p{
824
+
825
+ padding-left: 2px;
826
+
827
+ font-size: 14px;
828
+
829
+ }
830
+
831
+ .kizau-container{
832
+
833
+ flex-flow: column;
834
+
835
+ margin-bottom: 10px;
836
+
837
+ }
838
+
839
+ 削除
840
+
841
+ /*.kizau-container img{
802
842
 
803
843
  max-width: 100%;
804
844
 
805
845
  margin-right: auto;
806
846
 
847
+ margin-left:auto;*/
848
+
849
+ }追加
850
+
851
+ .hananana img{
852
+
853
+ width: 30%;
854
+
855
+ height: auto;
856
+
857
+ padding-left:0;
858
+
807
- margin-left: auto;
859
+ margin-left:0;
860
+
808
-
861
+ }追加
862
+
863
+ .hanana img{
864
+
865
+ width: 30%;
866
+
867
+ height: auto;
868
+
869
+ padding-left:0;
870
+
871
+ margin-left:0;
872
+
873
+ }追加
874
+
875
+ .hananana,.hanana p{
876
+
877
+ width: 375px;
878
+
879
+ font-size: 15px;
880
+
881
+ padding-bottom: 10px;
882
+
883
+ }削除
884
+
885
+ /*.kizau-container p{
886
+
887
+ width: 490px;
888
+
889
+ font-size: 15px;
890
+
891
+ padding-bottom: 10px;*/
892
+
809
- }
893
+ }
810
-
811
- /*.info-container img{
894
+
812
-
813
- width: auto;
814
-
815
- height: 200px;*/
816
-
817
- }
895
+ }
896
+
818
-
897
+ /* ########### 375px以下 ########### */
898
+
899
+ @media screen and (max-width: 375px){
900
+
819
- ..hanana p{
901
+ main{
902
+
820
-
903
+ width:90%;
904
+
905
+ padding-right: 5%;
906
+
821
- padding-left: 2px;
907
+ padding-left: 5%;
822
-
823
- font-size: 14px;
908
+
824
-
825
- }
909
+ }
826
-
910
+
827
- .kizau-container{
911
+ .info-container{
828
912
 
829
913
  flex-flow: column;
830
914
 
831
- margin-bottom: 10px;
832
-
833
- }
834
-
835
- .kizau-container img{
836
-
837
- max-width: 100%;
838
-
839
- margin-right: auto;
840
-
841
- margin-left:auto;
842
-
843
- }
844
-
845
- .kizau-container p{
846
-
847
- width: 490px;
848
-
849
- font-size: 15px;
850
-
851
- padding-bottom: 10px;
852
-
853
- }
854
-
855
- }
856
-
857
- /* ########### 375px以下 ########### */
858
-
859
- @media screen and (max-width: 375px){
860
-
861
- main{
862
-
863
- width:90%;
864
-
865
- padding-right: 5%;
866
-
867
- padding-left: 5%;
868
-
869
- }
870
-
871
- .info-container{
872
-
873
- flex-flow: column;
874
-
875
915
  }
876
916
 
877
917
  }