@@ -7,7 +7,7 @@ import { useColorMode } from '@docusaurus/theme-common';
77const FeatureList = [
88 {
99 title : 'User Guide' ,
10- Svg : require ( '@site/static/img/misc/undraw_scientist_ft0o .svg' ) . default ,
10+ Svg : require ( '@site/static/img/misc/scientist_holding_pioreactor_right .svg' ) . default ,
1111 link : "/user-guide/introduction" ,
1212 description : (
1313 < >
@@ -27,7 +27,7 @@ const FeatureList = [
2727 } ,
2828 {
2929 title : 'Experiments' ,
30- Svg : require ( '@site/static/img/misc/undraw_professor_re_mj1s .svg' ) . default ,
30+ Svg : require ( '@site/static/img/misc/prof_teaching_right .svg' ) . default ,
3131 link : "/experiments/introduction" ,
3232 description : (
3333 < >
@@ -39,15 +39,15 @@ const FeatureList = [
3939
4040function Feature ( { Svg, title, description, link} ) {
4141 return (
42- < div className = { clsx ( 'col col--4' ) } >
43- < div className = " text--center" >
42+ < div className = { clsx ( 'col col--4' , styles . featureCard ) } >
43+ < div className = { clsx ( ' text--center' ) } >
4444 < a href = { link } >
4545 < Svg
46- className = { styles . featureSvg }
47- stroke = { useColorMode ( ) . colorMode === "dark" ? "white" : "#5332CA" }
48- fill = { useColorMode ( ) . colorMode === "dark" ? "white" : "#5332CA" }
49- alt = { title } />
50- </ a >
46+ className = { styles . featureSvg }
47+ stroke = { useColorMode ( ) . colorMode === "dark" ? "white" : "#5332CA" }
48+ fill = { useColorMode ( ) . colorMode === "dark" ? "white" : "#5332CA" }
49+ alt = { title } />
50+ </ a >
5151 </ div >
5252 < div className = "text--center padding-horiz--md" >
5353 < h3 > < a href = { link } style = { { textDecoration : "none" , color : "inherit" } } > { title } </ a > </ h3 >
0 commit comments