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 {
196196 text-align : center;
197197 color : black;
198198 background-color : white;
199+ margin-top : clamp (1rem , 4.43vw , 3rem );
199200}
200201
201202.featureHeader {
@@ -204,7 +205,7 @@ body {
204205}
205206
206207.featureLongBlurb {
207- font-size : clamp (1rem , 4.43vw , 1.7 rem );
208+ font-size : clamp (1rem , 4.43vw , 1.5 rem );
208209 margin-bottom : 0.5rem ;
209210}
210211
@@ -223,6 +224,10 @@ body {
223224 font-size : clamp (1.3rem , 5.316vw , 1.5rem );
224225}
225226
227+ .featureCardsSection {
228+ margin-top : 1rem ;
229+ }
230+
226231@media (min-width : 1000px ) {
227232 .featureCardsSection {
228233 display : grid;
@@ -244,13 +249,13 @@ body {
244249 grid-template-rows : calc (100% / 3 ) calc (100% / 3 ) calc (100% / 3 );
245250 color : black;
246251 background-color : white;
247- margin-bottom : 3rem ;
252+ margin-bottom : clamp ( 1 rem , 4.43 vw , 3rem ) ;
248253}
249254
250255.demoCard {
251256 gap : 1.25rem ;
252257 padding : 0.25rem ;
253- margin-bottom : 5 rem ;
258+ margin-bottom : 4 rem ;
254259 text-align : center;
255260}
256261
You can’t perform that action at this time.
0 commit comments