@@ -22,10 +22,6 @@ const { sessionSpeakers, lightningTalkSpeakers, sponsorSessionSpeakers } = props
22
22
<article class =" speaker-body-wrapper" >
23
23
<SpeakerCfp />
24
24
25
- <div class =" speaker-text" >
26
- <MarkDownText path =" speaker" />
27
- </div >
28
-
29
25
<section id =" sessions" class =" speaker-section" >
30
26
<h3 class =" speaker-subtitle" >Sessions</h3 >
31
27
<ul class =" speaker-cards" >
@@ -156,8 +152,8 @@ const { sessionSpeakers, lightningTalkSpeakers, sponsorSessionSpeakers } = props
156
152
}
157
153
158
154
.speaker-body-wrapper {
159
- margin : 0 1.5 % ;
160
- max-width : calc ( 960px + 6 % ) ;
155
+ margin : 0 ;
156
+ max-width : 960px ;
161
157
isolation : isolate ;
162
158
}
163
159
@@ -174,8 +170,8 @@ const { sessionSpeakers, lightningTalkSpeakers, sponsorSessionSpeakers } = props
174
170
}
175
171
176
172
.speaker-section {
177
- --speaker-section-margin : calc (var (--unit ) * 7.5 ) 0 ;
178
- --speaker-section-padding : 0 3 % ;
173
+ --speaker-section-margin : 0 0 calc (var (--unit ) * 7.5 );
174
+ --speaker-section-padding : 0 ;
179
175
180
176
margin : var (--speaker-section-margin );
181
177
padding : var (--speaker-section-padding );
@@ -194,7 +190,7 @@ const { sessionSpeakers, lightningTalkSpeakers, sponsorSessionSpeakers } = props
194
190
}
195
191
196
192
.speaker-cards {
197
- --speaker-cards-margin : calc (var (--unit ) * 7. 5 ) 0 0 ;
193
+ --speaker-cards-margin : calc (var (--unit ) * 5 ) 0 0 ;
198
194
--speaker-cards-gap : 58px 30px ;
199
195
200
196
margin : var (--speaker-cards-margin );
@@ -216,6 +212,8 @@ const { sessionSpeakers, lightningTalkSpeakers, sponsorSessionSpeakers } = props
216
212
217
213
.speaker-body-wrapper {
218
214
--speaker-body-padding : calc (var (--unit ) * 4 ) 4.5% calc (var (--unit ) * 6 );
215
+
216
+ max-width : 100% ;
219
217
}
220
218
221
219
.speaker-text {
@@ -225,6 +223,7 @@ const { sessionSpeakers, lightningTalkSpeakers, sponsorSessionSpeakers } = props
225
223
226
224
.speaker-section {
227
225
--speaker-section-margin : calc (var (--unit ) * 6.25 ) 0 ;
226
+ --speaker-section-padding : 0 5% ;
228
227
}
229
228
230
229
.speaker-cards {
0 commit comments