File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
import useBaseUrl from '@docusaurus/useBaseUrl' ;
2
2
import React , { useEffect } from 'react' ;
3
3
import { drawArrows } from '../components/landing-page-arrows' ;
4
+ import '/landing-page/styles.css' ; // import the CSS file before the HTML file to avoid layout shifts
4
5
5
6
// https://github.com/facebook/docusaurus/discussions/8387#discussioncomment-6067944
6
7
// Loading a static HTML only works during SSR, so we use this hack to make it work during CSR
Original file line number Diff line number Diff line change 339
339
font-family : 'TTCommons' , Arial, sans-serif;
340
340
font-weight : 750 ;
341
341
margin : 0.83em 0 ;
342
- }
342
+ }
343
343
344
344
p {
345
345
margin : 1em 0 ;
@@ -2226,9 +2226,10 @@ h2.pricing-heading {
2226
2226
2227
2227
.pricing-text .details-bold {
2228
2228
font-size : var (--font-xxsmall );
2229
- color : var (--chakra-colors-gray-50 ) ;
2229
+ color : var (--chakra-colors-gray-200 ) !important ;
2230
2230
margin-top : 0.5rem ;
2231
- font-variation-settings : 'wght' 600 ;
2231
+ font-variation-settings : 'wght' 200 ;
2232
+ max-width : 8em ;
2232
2233
}
2233
2234
2234
2235
.pricing-text .description {
Original file line number Diff line number Diff line change @@ -106,12 +106,12 @@ <h2 class="pricing-heading">Community</h2>
106
106
< div class ="tier-header ">
107
107
< h2 class ="pricing-heading "> Professional</ h2 >
108
108
< div class ="horizontal ">
109
- < p class ="pricing-text price-number "> $15 </ p >
109
+ < p class ="pricing-text price-number "> $12.50 </ p >
110
110
< div class ="details-wrapper ">
111
111
< p class ="pricing-text details "> per seat/month</ p >
112
- < p class ="pricing-text details "> billed monthly </ p >
112
+ < p class ="pricing-text details "> billed yearly </ p >
113
113
< p class ="pricing-text details details-bold ">
114
- Save 17% billed yearly
114
+ $15 per seat when billed monthly
115
115
</ p >
116
116
</ div >
117
117
</ div >
You can’t perform that action at this time.
0 commit comments