Skip to content

Commit 7b29cc0

Browse files
committed
update docs
1 parent e98ec0f commit 7b29cc0

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

docs/.vuepress/components/Pricing.vue

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
</ul>
2727
</div>
2828
<button class="cta-button"
29-
@click="openSponsorLink('/fastapi_best_architecture_docs/backend/summary/quick-start.html')">立即使用
29+
@click="openSponsorLink('/fastapi_best_architecture_docs/backend/summary/quick-start.html')">
30+
立即使用
3031
</button>
3132
</div>
3233

@@ -52,8 +53,7 @@
5253
</li>
5354
</ul>
5455
</div>
55-
<button class="cta-button primary"
56-
@click="openSponsorLink('/fastapi_best_architecture_docs/planet.html')">立即购买
56+
<button class="cta-button primary" @click="openSponsorLink('/fastapi_best_architecture_docs/planet.html')">立即购买
5757
</button>
5858
</div>
5959

@@ -109,6 +109,7 @@ import { openSponsorLink } from "../data/sponsors";
109109
.pricing-cards {
110110
display: grid;
111111
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
112+
padding: 3rem 2em 6em;
112113
gap: 2rem;
113114
}
114115
@@ -211,4 +212,10 @@ import { openSponsorLink } from "../data/sponsors";
211212
background-color: var(--vp-c-brand-1);
212213
color: white;
213214
}
215+
216+
@media (min-width: 1440px) {
217+
.pricing-cards {
218+
padding: 3em 10em 6em;
219+
}
220+
}
214221
</style>

docs/pricing.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,3 @@ pageLayout: page
66
---
77

88
<Pricing />
9-
10-
<style>
11-
.pricing-container {
12-
padding: 3rem 24em 6em !important;
13-
}
14-
</style>

0 commit comments

Comments
 (0)