@@ -22,7 +22,7 @@ function TabHeading({
22
22
23
23
function DatesTab ( ) {
24
24
return (
25
- < dl className = "divide-y divide-neu-300 border border -neu-300" >
25
+ < dl className = "divide-y divide-sec-dark border- neu-300 md:divide -neu-300 md:border " >
26
26
< DefinitionListItem term = "CFP Opens" definition = "Tuesday, 4 February" />
27
27
< DefinitionListItem
28
28
term = "CFP Close"
@@ -58,11 +58,11 @@ function DefinitionListItem({
58
58
definition : string
59
59
} ) {
60
60
return (
61
- < div className = { clsx ( className , "flex border-neu-200 typography-body-md" ) } >
62
- < dt className = "flex w-[184.5px] shrink-0 items-center whitespace-pre border-r border- neu-300 bg-white/[0.79] p-4" >
61
+ < div className = { clsx ( className , "flex typography-body-md max-md:flex-col " ) } >
62
+ < dt className = "flex w-[184.5px] shrink-0 items-center whitespace-pre border-neu-300 bg-white/[0.79] px-3 py-2 max-md:w-full md:border-r md: p-4" >
63
63
{ term }
64
64
</ dt >
65
- < dd className = "flex flex-1 items-center bg-white/[0.48] p-4 backdrop-blur-[3px]" >
65
+ < dd className = "flex flex-1 items-center bg-white/[0.48] px-3 py-2 backdrop-blur-[3px] md:p-4 " >
66
66
{ definition }
67
67
</ dd >
68
68
</ div >
@@ -326,8 +326,8 @@ export function CallForProposals() {
326
326
327
327
return (
328
328
< section id = "speakers" className = "gql-conf-section gql-conf-container" >
329
- < div className = "flex p-4 *:basis-1/2 max-md:flex-col" >
330
- < div className = "border-sec-dark bg-sec-light dark:border-sec-lighter md:border-r md:p-8 lg:p-16" >
329
+ < div className = "flex *:basis-1/2 max-md:flex-col" >
330
+ < div className = "border-sec-dark bg-sec-light p-4 dark:border-sec-lighter md:border-r md:p-8 lg:p-16" >
331
331
< h1 className = "typography-h2" > Call for Proposals</ h1 >
332
332
< p className = "mt-6 md:mt-10" >
333
333
Putting on an amazing conference depends on great content, which is
@@ -373,6 +373,7 @@ export function CallForProposals() {
373
373
{ buttonText }
374
374
</ Button >
375
375
</ div >
376
+ { /* todo: this might need to be a grid on mobile */ }
376
377
< article className = "flex h-auto flex-col bg-[#C6F267]" >
377
378
< div
378
379
role = "tablist"
0 commit comments