File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ body {
196
196
text-align : center;
197
197
color : black;
198
198
background-color : white;
199
+ margin-top : clamp (1rem , 4.43vw , 3rem );
199
200
}
200
201
201
202
.featureHeader {
@@ -204,7 +205,7 @@ body {
204
205
}
205
206
206
207
.featureLongBlurb {
207
- font-size : clamp (1rem , 4.43vw , 1.7 rem );
208
+ font-size : clamp (1rem , 4.43vw , 1.5 rem );
208
209
margin-bottom : 0.5rem ;
209
210
}
210
211
@@ -223,6 +224,10 @@ body {
223
224
font-size : clamp (1.3rem , 5.316vw , 1.5rem );
224
225
}
225
226
227
+ .featureCardsSection {
228
+ margin-top : 1rem ;
229
+ }
230
+
226
231
@media (min-width : 1000px ) {
227
232
.featureCardsSection {
228
233
display : grid;
@@ -244,13 +249,13 @@ body {
244
249
grid-template-rows : calc (100% / 3 ) calc (100% / 3 ) calc (100% / 3 );
245
250
color : black;
246
251
background-color : white;
247
- margin-bottom : 3rem ;
252
+ margin-bottom : clamp ( 1 rem , 4.43 vw , 3rem ) ;
248
253
}
249
254
250
255
.demoCard {
251
256
gap : 1.25rem ;
252
257
padding : 0.25rem ;
253
- margin-bottom : 5 rem ;
258
+ margin-bottom : 4 rem ;
254
259
text-align : center;
255
260
}
256
261
You can’t perform that action at this time.
0 commit comments