diff --git a/docs/.vitepress/theme/sponsors.css b/docs/.vitepress/theme/sponsors.css index d069d7bc7..00b1e8e5f 100644 --- a/docs/.vitepress/theme/sponsors.css +++ b/docs/.vitepress/theme/sponsors.css @@ -8,10 +8,15 @@ } .sponsors img { - max-width: 200px; + max-width: 180px; height: 40px; display: block; - margin: 1.25rem 0; + margin-top: 1em; +} + +.sponsors a.platinum img { + max-width: 240px; + height: 60px; } .sponsors.frontpage { diff --git a/docs/.vitepress/theme/sponsors.json b/docs/.vitepress/theme/sponsors.json index fd4a2e944..93e1ee385 100644 --- a/docs/.vitepress/theme/sponsors.json +++ b/docs/.vitepress/theme/sponsors.json @@ -1,4 +1,11 @@ [ + { + "id": "stackblitz", + "name": "StackBlitz", + "href": "https://stackblitz.com/", + "src": "/stackblitz.svg", + "tier": "platinum" + }, { "id": "tailwind", "name": "Tailwind Labs", diff --git a/docs/index.md b/docs/index.md index 317d510f8..bed942c95 100644 --- a/docs/index.md +++ b/docs/index.md @@ -25,7 +25,11 @@ footer: MIT Licensed | Copyright © 2019-present Evan You & Vite Contributors