|
10 | 10 | }); |
11 | 11 | </script> |
12 | 12 |
|
13 | | -<div class="grid-background min-h-screen flex flex-col"> |
| 13 | +<div class="grid-background min-h-screen flex flex-col overflow-auto"> |
14 | 14 | <!-- Overview Section --> |
15 | | - <div class="flex flex-col items-center justify-center p-10 max-w-4xl mx-auto"> |
| 15 | + <div class="flex flex-col items-center justify-center p-10 max-w-4xl mx-auto pt-20"> |
16 | 16 | <div class="flex flex-col p-10 text-center items-center justify-center" id="overview"> |
17 | | - <h1 class="text-4xl font-bold mb-4 text-primary-800">Quality Control For Machine Learning</h1> |
18 | | - <p class="text-lg text-black">Our mission is to standardize and unify machine learning workflow management through high-performance developer tools</p> |
| 17 | + <h1 class="text-2xl md:text-4xl font-bold mb-4 text-primary-800">Quality Control For Machine Learning</h1> |
| 18 | + <p class="md:text-lg text-black">Our mission is to standardize and unify machine learning workflow management through high-performance developer tools</p> |
19 | 19 | </div> |
20 | 20 | </div> |
21 | 21 |
|
|
25 | 25 | <h1 class="text-4xl font-bold mb-4 text-primary-800 w-full text-left">Projects</h1> |
26 | 26 | </div> |
27 | 27 | <div class="flex flex-row flex-wrap gap-4 justify-center"> |
28 | | - <a class="text-black rounded-base shadow border-2 border-black bg-primary-500 w-[400px] h-[90px] overflow-hidden hover:translate-x-[4px] hover:translate-y-[4px] hover:shadow-none p-2" href="https://docs.demml.io/opsml"> |
| 28 | + <a class="text-black rounded-base shadow border-2 border-black bg-primary-500 w-[300px] min-h-[90px] overflow-hidden hover:translate-x-[4px] hover:translate-y-[4px] hover:shadow-none p-2" href="https://docs.demml.io/opsml"> |
29 | 29 | <div class="h-12 flex justify-center items-center"> |
30 | 30 | <img |
31 | 31 | src={opsml_logo} |
32 | 32 | class="h-12 object-contain" |
33 | 33 | alt="Opsml Logo" |
34 | 34 | /> |
35 | 35 | </div> |
36 | | - <span class="text-sm text-black text-center block pt-1"> |
| 36 | + <span class="text-xs sm:text-sm text-black text-center block pt-1"> |
37 | 37 | High performance artifact management for Python |
38 | 38 | </span> |
39 | 39 | </a> |
40 | | - <a class="text-black rounded-base shadow border-2 border-black bg-error-500 w-[400px] h-[90px] overflow-hidden hover:translate-x-[4px] hover:translate-y-[4px] hover:shadow-none p-2" href="https://docs.demml.io/scouter"> |
| 40 | + <a class="text-black rounded-base shadow border-2 border-black bg-error-500 w-[300px] min-h-[90px] overflow-hidden hover:translate-x-[4px] hover:translate-y-[4px] hover:shadow-none p-2" href="https://docs.demml.io/scouter"> |
41 | 41 | <div class="h-12 flex justify-center items-center"> |
42 | 42 | <img |
43 | 43 | src={scouter_logo} |
44 | 44 | class="h-12 object-contain" |
45 | 45 | alt="Scouter Logo" |
46 | 46 | /> |
47 | 47 | </div> |
48 | | - <span class="text-sm text-black text-center block pt-1"> |
| 48 | + <span class="text-xs sm:text-sm text-black text-center block pt-1"> |
49 | 49 | High performance model monitoring for Python |
50 | 50 | </span> |
51 | 51 | </a> |
|
0 commit comments