File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,24 +33,24 @@ const { session, speakers } = Astro.props
33
33
<LogoHorizontal class =" h-12 text-white" />
34
34
</a >
35
35
</nav >
36
- <section class =" px-20 pb-12 h-[calc(100dvh-224px)]" >
37
- <div class =" pt-24 grid grid-cols-1 md:grid-cols-2 gap-8" >
36
+ <section class =" px-8 pt-12 md:px- 20 md:pt-24 pb-12 min- h-[calc(100dvh-224px)]" >
37
+ <div class =" grid grid-cols-1 md:grid-cols-2 gap-8" >
38
38
{ speakers .map (speaker => (
39
39
<div class = " flex space-x-4 items-center" >
40
- <div class = " w-32 h -32 shrink-0" >
40
+ <div class = " w-20 md:w -32 aspect-square shrink-0" >
41
41
<Picture
42
42
src = { speaker .profilePicture }
43
- class = " w-32 h-32 rounded-full"
43
+ class = " w-full aspect-square rounded-full"
44
44
formats = { [' avif' , ' webp' ]}
45
45
alt = { speaker .fullName }
46
46
width = " 200"
47
47
height = " 200"
48
48
/>
49
49
</div >
50
50
<div >
51
- <h1 class = " text-4xl font-extrabold" >{ speaker .fullName } </h1 >
52
- <h2 class = " text-lg" >{ speaker .tagLine } </h2 >
53
- <div class = " flex space-x- 2 pt-2" >
51
+ <h1 class = " text-3xl md:text- 4xl font-extrabold" >{ speaker .fullName } </h1 >
52
+ <h2 class = " md: text-lg" >{ speaker .tagLine } </h2 >
53
+ <div class = " flex gap- 2 pt-2 flex-wrap " >
54
54
{ speaker .links .map (link => (
55
55
<a href = { link .url } class = " underline" >{ link .title } </a >
56
56
))}
You can’t perform that action at this time.
0 commit comments