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 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
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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments