File tree Expand file tree Collapse file tree 1 file changed +12
-29
lines changed Expand file tree Collapse file tree 1 file changed +12
-29
lines changed Original file line number Diff line number Diff line change 22
22
min-height : 100vh ;
23
23
text-align : center ;
24
24
25
+ @media (max-width : 767px ) {
26
+ padding : 0px 10px ;
27
+ }
28
+
25
29
@media (min-width : 768px ) and (max-width : 1200px ) {
26
30
padding : 0px 30px ;
27
- margin-left : 0 ;
28
31
}
29
32
30
33
@media (min-width : 1200px ) {
31
34
padding : 0px 40px ;
32
- margin-left : 0 ;
33
- }
34
-
35
- @media (max-width : 767px ) {
36
- padding : 0px 10px ;
37
- margin-left : 0 ;
38
35
}
39
36
}
40
37
67
64
-webkit-background-clip : text ;
68
65
animation : gradientAnimation 5s ease infinite ;
69
66
font-size : inherit ;
70
-
71
- @media (min-width : 768px ) and (max-width : 1200px ) {
72
- font-size : inherit ;
73
- }
74
-
75
- @media (min-width : 1200px ) {
76
- font-size : inherit ;
77
- }
78
67
}
79
68
80
69
@keyframes gradientAnimation {
103
92
position : relative ;
104
93
color : #fff ;
105
94
min-height : 200px ;
106
- transition :
107
- transform 0.3s ease ,
108
- box-shadow 0.3s ease ;
95
+ transition : transform 0.3s ease , box-shadow 0.3s ease ;
109
96
110
97
& :hover {
111
98
transform : scale (1.05 );
112
99
box-shadow : 0 8px 16px rgba (0 , 0 , 0 , 0.417 );
113
100
}
114
101
102
+ @media (max-width : 767px ) {
103
+ width : 90% ;
104
+ height : auto ;
105
+ min-height : 200px ;
106
+ }
107
+
115
108
@media (min-width : 768px ) and (max-width : 1200px ) {
116
109
height : auto ;
117
110
min-height : 400px ;
121
114
width : 75% ;
122
115
height : auto ;
123
116
min-height : 500px ;
124
- margin-left : 0 ;
125
- }
126
-
127
- @media (max-width : 767px ) {
128
- width : 90% ;
129
- height : auto ;
130
- background-size : cover ;
131
- min-height : 200px ;
132
117
}
133
118
}
134
119
191
176
color : #fff ;
192
177
text-decoration : none ;
193
178
border-radius : 5px ;
194
- transition :
195
- background-color 0.3s ,
196
- transform 0.3s ;
179
+ transition : background-color 0.3s , transform 0.3s ;
197
180
198
181
svg {
199
182
margin-right : 5px ;
You can’t perform that action at this time.
0 commit comments