File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 26
26
</ul >
27
27
</div >
28
28
<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
+ 立即使用
30
31
</button >
31
32
</div >
32
33
52
53
</li >
53
54
</ul >
54
55
</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')" >立即购买
57
57
</button >
58
58
</div >
59
59
@@ -109,6 +109,7 @@ import { openSponsorLink } from "../data/sponsors";
109
109
.pricing-cards {
110
110
display : grid ;
111
111
grid-template-columns : repeat (auto-fit , minmax (300px , 1fr ));
112
+ padding : 3rem 2em 6em ;
112
113
gap : 2rem ;
113
114
}
114
115
@@ -211,4 +212,10 @@ import { openSponsorLink } from "../data/sponsors";
211
212
background-color : var (--vp-c-brand-1 );
212
213
color : white ;
213
214
}
215
+
216
+ @media (min-width : 1440px ) {
217
+ .pricing-cards {
218
+ padding : 3em 10em 6em ;
219
+ }
220
+ }
214
221
</style >
Original file line number Diff line number Diff line change @@ -6,9 +6,3 @@ pageLayout: page
6
6
---
7
7
8
8
<Pricing />
9
-
10
- <style >
11
- .pricing-container {
12
- padding : 3rem 24em 6em !important ;
13
- }
14
- </style >
You can’t perform that action at this time.
0 commit comments