@@ -44,7 +44,7 @@ function DefinitionListItem({
4444 definition : string
4545} ) {
4646 return (
47- < div className = { clsx ( className , "flex typography-body-md max-sm:flex-col" ) } >
47+ < div className = { clsx ( className , "typography-body-md flex max-sm:flex-col" ) } >
4848 < dt className = "flex w-[184.5px] shrink-0 items-center whitespace-pre border-neu-300 bg-white/[0.79] px-3 py-2 max-sm:w-full sm:border-r sm:p-4" >
4949 { term }
5050 </ dt >
@@ -139,7 +139,7 @@ function NotesTab() {
139139 event.
140140 </ li >
141141 </ ul >
142- < h3 className = "mt-6 typography-h3" > Preparing to Submit Your Proposal</ h3 >
142+ < h3 className = "typography-h3 mt-6 " > Preparing to Submit Your Proposal</ h3 >
143143 < p className = "mt-2" >
144144 While it is not our intention to provide you with strict instructions on
145145 how to prepare your proposal, we hope you will take a moment to review
@@ -160,7 +160,7 @@ function NotesTab() {
160160 letting you share your experiences, educate the community about an
161161 issue, or generate interest in a project.
162162 </ p >
163- < h3 className = "mt-6 typography-h3" > How to Give a Great Talk</ h3 >
163+ < h3 className = "typography-h3 mt-6 " > How to Give a Great Talk</ h3 >
164164 < p className = "mt-2" >
165165 We want to make sure submitters receive resources to help put together a
166166 great submission and if accepted, give the best presentation possible.
@@ -175,7 +175,7 @@ function NotesTab() {
175175 </ a >
176176 .
177177 </ p >
178- < h3 className = "mt-6 typography-h3" >
178+ < h3 className = "typography-h3 mt-6 " >
179179 Have More Questions? First Time Submitting? Don't Feel Intimidated
180180 </ h3 >
181181 < p className = "mt-2" >
@@ -237,7 +237,7 @@ function ProcessTab() {
237237 < li > The new Subject Matter Experts initiative (SMEs)</ li >
238238 < li > The Program Committee</ li >
239239 </ ul >
240- < h3 className = "mt-6 typography-h3" > The Technical Steering Committee</ h3 >
240+ < h3 className = "typography-h3 mt-6 " > The Technical Steering Committee</ h3 >
241241 < p className = "mt-2" >
242242 The TSC are a group of 11 individuals who are elected to serve a two
243243 year term to provide technical oversight of all GraphQL development
@@ -251,7 +251,7 @@ function ProcessTab() {
251251 < li > Quality of Presentation</ li >
252252 < li > Importance</ li >
253253 </ ul >
254- < h3 className = "mt-6 typography-h3" > Subject Matter Experts</ h3 >
254+ < h3 className = "typography-h3 mt-6 " > Subject Matter Experts</ h3 >
255255 < p className = "mt-2" >
256256 The SME initiative is new for 2025. This will be a panel of volunteers
257257 drawn from industry experts, working group members, security and
@@ -265,7 +265,7 @@ function ProcessTab() {
265265 < li > Originality</ li >
266266 < li > Audience Engagement</ li >
267267 </ ul >
268- < h3 className = "mt-6 typography-h3" > The Program Committee</ h3 >
268+ < h3 className = "typography-h3 mt-6 " > The Program Committee</ h3 >
269269 < p className = "mt-2" >
270270 The Program Committee is made up of representatives from the GraphQL
271271 Foundation board and interested members of the GraphQL community who
@@ -275,7 +275,7 @@ function ProcessTab() {
275275 demographics, to ensure a varied and well-rounded representation of the
276276 GraphQL ecosystem.
277277 </ p >
278- < h3 className = "mt-6 typography-h3" >
278+ < h3 className = "typography-h3 mt-6 " >
279279 Have More Questions? First Time Submitting? Don't Feel Intimidated
280280 </ h3 >
281281 < p className = "mt-2" >
@@ -348,7 +348,7 @@ export function CallForProposals() {
348348 </ a >
349349 .
350350 </ p >
351- < p className = "mt-6 typography-body-sm md:mt-10" >
351+ < p className = "typography-body-sm mt-6 md:mt-10" >
352352 Please be aware that the Linux Foundation uses Sessionize for CFP
353353 submissions. Sessionize is a cloud-based event content management
354354 software designed to be intuitive and user-friendly. If you need
@@ -442,7 +442,7 @@ function TabButton({
442442 tabIndex = { tabIndex }
443443 aria-selected = { activeTab === tab }
444444 className = { clsx (
445- "gql-focus-visible flex items-center justify-between px-3 py-4 typography-body-lg hover:bg-sec-light focus:outline-none max-lg:border-b max-lg:border-sec-dark max-lg:first:border-t lg:[--collapsible:1] lg:aria-selected:bg-sec-light" ,
445+ "gql-focus-visible typography-body-lg flex items-center justify-between px-3 py-4 hover:bg-sec-light focus:outline-none max-lg:border-b max-lg:border-sec-dark max-lg:first:border-t lg:[--collapsible:1] lg:aria-selected:bg-sec-light" ,
446446 className ,
447447 ) }
448448 onFocus = { ( ) => {
0 commit comments