File tree 7 files changed +2391
-2635
lines changed
7 files changed +2391
-2635
lines changed Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ supportedArchitectures:
8
8
os :
9
9
- current
10
10
11
- yarnPath : .yarn/releases/yarn-4.0 .1.cjs
11
+ yarnPath : .yarn/releases/yarn-4.4 .1.cjs
Original file line number Diff line number Diff line change 15
15
"typecheck" : " tsc"
16
16
},
17
17
"dependencies" : {
18
- "@docusaurus/core" : " 3.1.1 " ,
19
- "@docusaurus/preset-classic" : " 3.1.1 " ,
20
- "@mdx-js/react" : " ^3.0.0 " ,
21
- "clsx" : " ^2.1.0 " ,
22
- "framer-motion" : " ^10.16.5 " ,
23
- "prism-react-renderer" : " ^2.1 .0" ,
24
- "react" : " ^18.2.0 " ,
25
- "react-dom" : " ^18.2.0 "
18
+ "@docusaurus/core" : " 3.5.2 " ,
19
+ "@docusaurus/preset-classic" : " 3.5.2 " ,
20
+ "@mdx-js/react" : " ^3.0.1 " ,
21
+ "clsx" : " ^2.1.1 " ,
22
+ "framer-motion" : " ^11.3.31 " ,
23
+ "prism-react-renderer" : " ^2.4 .0" ,
24
+ "react" : " ^18.3.1 " ,
25
+ "react-dom" : " ^18.3.1 "
26
26
},
27
27
"devDependencies" : {
28
- "@docusaurus/module-type-aliases" : " 3.1.1 " ,
29
- "@docusaurus/tsconfig" : " 3.1.1 " ,
30
- "@docusaurus/types" : " 3.1.1 " ,
31
- "typescript" : " ~5.2.2 "
28
+ "@docusaurus/module-type-aliases" : " 3.5.2 " ,
29
+ "@docusaurus/tsconfig" : " 3.5.2 " ,
30
+ "@docusaurus/types" : " 3.5.2 " ,
31
+ "typescript" : " ~5.5.4 "
32
32
},
33
33
"browserslist" : {
34
34
"production" : [
45
45
"engines" : {
46
46
"node" : " >=18.0"
47
47
},
48
- "packageManager" : " yarn@4.0.2 "
48
+ "packageManager" : " yarn@4.4.1 "
49
49
}
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ span.bio {
17
17
}
18
18
19
19
.h1 {
20
- font-size : 5 rem ;
20
+ font-size : 4.75 rem ;
21
21
font-weight : 300 ;
22
- line-height : 4.5 rem ;
22
+ line-height : 4.55 rem ;
23
23
color : var (--ifm-color-primary-darker );
24
24
margin : var (--page-gap ) 0 2.5rem ;
25
25
}
@@ -783,16 +783,11 @@ a.blogLink:hover {
783
783
}
784
784
785
785
.partnerImg {
786
- width : 10.75rem ;
787
- align-self : center;
788
- justify-self : center;
786
+ width : 220px ;
787
+ max-width : unset;
789
788
}
790
789
791
- @media screen and (max-width : 996px ) {
792
- .partnerImg {
793
- width : 5.625rem ;
794
- }
795
- }
790
+
796
791
797
792
798
793
/**
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments