File tree Expand file tree Collapse file tree 1 file changed +21
-20
lines changed
Expand file tree Collapse file tree 1 file changed +21
-20
lines changed Original file line number Diff line number Diff line change 99 background-color : #000 ;
1010
1111 a {
12- transition : all 0.3s ;
1312 color : rgba (255 , 255 , 255 , 0.9 );
1413 text-decoration : none ;
14+ transition : all 0.3s ;
1515
1616 & :hover {
1717 color : #40a9ff ;
2121 &-container {
2222 width : 100% ;
2323 max-width : 1200px ;
24- padding : 80px 0 20px ;
2524 margin : auto ;
25+ padding : 80px 0 20px ;
2626 }
2727
2828 &-columns {
3535
3636 h2 {
3737 position : relative ;
38- margin : 0 auto 24px ;
38+ margin : 0 auto ;
39+ color : #fff ;
3940 font-weight : 500 ;
4041 font-size : 16px ;
41- color : #fff ;
42+ margin-inline-start : 24 px ;
4243 }
4344
4445 &-icon {
45- margin-right : 0.5em ;
46- width : 22px ;
47- display : inline-block ;
48- vertical-align : middle ;
49- top : -1px ;
5046 position : relative ;
47+ top : -1px ;
48+ display : inline-block ;
49+ width : 22px ;
5150 text-align : center ;
51+ vertical-align : middle ;
52+ margin-inline-end : 0.5em ;
5253
5354 > span ,
5455 > svg ,
5556 img {
56- width : 100% ;
5757 display : block ;
58+ width : 100% ;
5859 }
5960 }
6061 }
6364 margin : 12px 0 ;
6465
6566 &-icon {
66- margin-right : 0.4em ;
67- width : 16px ;
68- display : inline-block ;
69- vertical-align : middle ;
70- top : -1px ;
7167 position : relative ;
68+ top : -1px ;
69+ display : inline-block ;
70+ width : 16px ;
7271 text-align : center ;
72+ vertical-align : middle ;
73+ margin-inline-end : 0.4em ;
7374
7475 > span ,
7576 > svg ,
7677 img {
77- width : 100% ;
7878 display : block ;
79+ width : 100% ;
7980 }
8081 }
8182
8687
8788 &-bottom {
8889 &-container {
89- border-top : 1px solid rgba (255 , 255 , 255 , 0.25 );
9090 width : 100% ;
9191 max-width : 1200px ;
92- text-align : center ;
9392 margin : 0 auto ;
9493 padding : 16px 0 ;
95- line-height : 32px ;
9694 font-size : 16px ;
95+ line-height : 32px ;
96+ text-align : center ;
97+ border-top : 1px solid rgba (255 , 255 , 255 , 0.25 );
9798 }
9899 }
99100
100101 &-light {
101- background-color : transparent ;
102102 color : rgba (0 , 0 , 0 , 0.85 );
103+ background-color : transparent ;
103104
104105 h2 ,
105106 a {
You can’t perform that action at this time.
0 commit comments