Commit 8431f96 1 parent cd27871 commit 8431f96 Copy full SHA for 8431f96
File tree 1 file changed +23
-7
lines changed
1 file changed +23
-7
lines changed Original file line number Diff line number Diff line change 21
21
}
22
22
23
23
.logo {
24
- max-width : 200px ;
25
- margin : 20px 0 ;
24
+ text-align : center;
25
+ }
26
+
27
+ .logo img {
28
+ width : 80% ;
26
29
}
27
30
28
31
.features {
29
32
display : flex;
30
33
gap : 50px ;
31
34
margin-top : 20px ;
35
+ flex-wrap : wrap;
36
+ justify-content : center;
37
+ gap : 1vw ;
38
+ width : 100% ;
39
+ max-width : 800px ;
32
40
}
33
41
34
42
.feature {
35
- display : flex;
36
- flex-direction : column;
37
43
align-items : center;
38
44
justify-content : center;
39
- min-width : 140 px ;
40
- min-height : 140 px ;
45
+ min-width : 120 px ;
46
+ min-height : 120 px ;
41
47
text-align : center;
42
48
text-decoration : none;
43
49
color : inherit;
63
69
64
70
.feature : hover .feature-logo {
65
71
transform : scale (1.2 );
72
+ -webkit-transform : scale (1.2 );
73
+ -moz-transform : scale (1.2 );
74
+ -ms-transform : scale (1.2 );
75
+ -o-transform : scale (1.2 );
66
76
}
67
77
68
78
.feature-logo {
79
+ width : min (12vw , 100px );
80
+ height : auto;
69
81
max-width : 100px ;
70
82
margin-bottom : 10px ;
71
83
font-size : 40px ;
77
89
}
78
90
79
91
.feature-logo : hover {
80
- transform : scale (1.2 );
81
92
text-decoration : none;
93
+ transform : scale (1.2 );
94
+ -webkit-transform : scale (1.2 );
95
+ -moz-transform : scale (1.2 );
96
+ -ms-transform : scale (1.2 );
97
+ -o-transform : scale (1.2 );
82
98
}
83
99
84
100
.feature-label {
You can’t perform that action at this time.
0 commit comments