1+ @import url ('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap' );
12@tailwind base;
23@tailwind components;
34@tailwind utilities;
9192
9293.mlflow-logo {
9394 width : clamp (4rem , 17.72vw , 9rem );
94- height : clamp ( 2 rem , 8.86 vw , 2.4 rem ) ;
95+ height : auto ;
9596}
9697
9798.navBarLinks {
@@ -145,13 +146,17 @@ body {
145146}
146147
147148.bigHeadline {
148- font-size : clamp (1.7rem , 6.531vw , 6.25rem );
149+ font-size : clamp (1.7rem , 6.531vw , 5.25rem );
150+ margin-top : 7vw ;
149151 font-family : Newsreader;
152+ align-self : center;
150153}
151154
152155.headLineText {
153156 font-size : clamp (1.1rem , 4.873vw , 2.25rem );
154- margin-bottom : 1rem ;
157+ margin-bottom : 2vw ;
158+ font-family : Newsreader;
159+ align-self : center;
155160}
156161
157162.mobileInnerWrapper {
@@ -188,7 +193,7 @@ body {
188193 padding-top : clamp (0.375rem , 1.66125vw , 0.65625rem );
189194 padding-bottom : clamp (0.375rem , 1.66125vw , 0.65625rem );
190195 border-radius : clamp (0.3125rem , 1.384375vw , 0.546875rem );
191- font-size : clamp (0.8 rem , 3.544 vw , 2 rem );
196+ font-size : clamp (0.7 rem , 3 vw , 1.8 rem );
192197}
193198
194199.homeButton : hover {
@@ -198,6 +203,7 @@ body {
198203.homeButtonDownload {
199204 background-color : rgb (66 , 107 , 31 );
200205 margin-right : 8px ;
206+ margin-bottom : 5vw ;
201207}
202208
203209.homeButtonRead {
@@ -222,16 +228,19 @@ body {
222228 color : black;
223229 background-color : white;
224230 margin-top : clamp (1rem , 4.43vw , 3rem );
231+ font-family : Inter;
225232}
226233
227234.featureHeader {
228235 font-size : clamp (1.3rem , 5.759vw , 3rem );
229236 margin-bottom : 0.5rem ;
237+ font-family : Inter;
230238}
231239
232240.featureLongBlurb {
233241 font-size : clamp (1rem , 4.43vw , 1.5rem );
234242 margin-bottom : 0.5rem ;
243+ font-family : Inter;
235244}
236245
237246.featureCard {
@@ -243,14 +252,17 @@ body {
243252 grid-template-rows : min-content;
244253 padding : 0.5rem ;
245254 margin-bottom : 0.5rem ;
255+ font-family : Inter;
246256}
247257
248258.featureCardHeader {
249259 font-size : clamp (1.3rem , 5.316vw , 1.5rem );
260+ font-family : Inter;
250261}
251262
252263.featureCardsSection {
253264 margin-top : 1rem ;
265+ font-family : Inter;
254266}
255267
256268@media (min-width : 1000px ) {
@@ -275,6 +287,7 @@ body {
275287 color : black;
276288 background-color : white;
277289 margin-bottom : clamp (1rem , 4.43vw , 3rem );
290+ margin-top : 10vw ;
278291}
279292
280293.demoCard {
0 commit comments