Skip to content

Commit e886fbe

Browse files
committed
update
1 parent 69a0159 commit e886fbe

File tree

7 files changed

+2391
-2635
lines changed

7 files changed

+2391
-2635
lines changed

.yarn/releases/yarn-4.0.1.cjs

-893
This file was deleted.

.yarn/releases/yarn-4.4.1.cjs

+925
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ supportedArchitectures:
88
os:
99
- current
1010

11-
yarnPath: .yarn/releases/yarn-4.0.1.cjs
11+
yarnPath: .yarn/releases/yarn-4.4.1.cjs

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
"typecheck": "tsc"
1616
},
1717
"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"
2626
},
2727
"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"
3232
},
3333
"browserslist": {
3434
"production": [
@@ -45,5 +45,5 @@
4545
"engines": {
4646
"node": ">=18.0"
4747
},
48-
"packageManager": "yarn@4.0.2"
48+
"packageManager": "yarn@4.4.1"
4949
}

src/pages/index.module.css

+5-10
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ span.bio {
1717
}
1818

1919
.h1 {
20-
font-size: 5rem;
20+
font-size: 4.75rem;
2121
font-weight: 300;
22-
line-height: 4.5rem;
22+
line-height: 4.55rem;
2323
color: var(--ifm-color-primary-darker);
2424
margin: var(--page-gap) 0 2.5rem;
2525
}
@@ -783,16 +783,11 @@ a.blogLink:hover {
783783
}
784784

785785
.partnerImg {
786-
width: 10.75rem;
787-
align-self: center;
788-
justify-self: center;
786+
width: 220px;
787+
max-width: unset;
789788
}
790789

791-
@media screen and (max-width: 996px) {
792-
.partnerImg {
793-
width: 5.625rem;
794-
}
795-
}
790+
796791

797792

798793
/**

src/pages/index.tsx

+24-107
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)