File tree Expand file tree Collapse file tree 2 files changed +15
-33
lines changed Expand file tree Collapse file tree 2 files changed +15
-33
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ $font-color: #a2aa94;
53
53
padding : 160px 0px 0px 40px ; /* top, right, bottom, left */
54
54
}
55
55
56
- @media (max-width : 992px ){
56
+ @media (max-width : 992px ) {
57
57
flex : 0 0 60% ;
58
58
padding : 210px 0px 0px 40px ; /* top, right, bottom, left */
59
59
}
60
60
61
- @media (max-width : 430px ){
61
+ @media (max-width : 430px ) {
62
62
flex : 0 0 50% ;
63
63
padding : 60px 40px 0px 40px ; /* top, right, bottom, left */
64
64
}
@@ -72,7 +72,6 @@ $font-color: #a2aa94;
72
72
flex : 0 0 55% ;
73
73
padding : 20px 40px 0px 40px ; /* top, right, bottom, left */
74
74
}
75
-
76
75
}
77
76
78
77
/* Right Container */
252
251
}
253
252
}
254
253
255
- @media (max-width : 360px ){
254
+ @media (max-width : 360px ) {
256
255
h1 {
257
256
font-size : 2.5em ;
258
257
margin-bottom : -0.2em ;
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