Skip to content

Commit 4bf3d51

Browse files
committed
docs: add cypress as sponsor
1 parent 1733955 commit 4bf3d51

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

docs/.vitepress/theme/sponsors.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
.sponsors a {
77
color: #999;
8-
margin: 1em;
8+
margin: 1em 2em;
99
display: block;
1010
}
1111

@@ -45,7 +45,7 @@
4545
.gold-sponsors {
4646
display: flex;
4747
flex-wrap: wrap;
48-
justify-content: space-evenly;
48+
justify-content: center;
4949
align-items: center;
5050
}
5151

docs/.vitepress/theme/sponsors.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"src": "/stackblitz.svg",
77
"tier": "platinum"
88
},
9+
{
10+
"id": "cypress",
11+
"name": "Cypress.io",
12+
"href": "https://cypress.io",
13+
"src": "/cypress.svg"
14+
},
915
{
1016
"id": "tailwind",
1117
"name": "Tailwind Labs",

docs/public/cypress.svg

Lines changed: 22 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)