@@ -25,10 +25,6 @@ excerpt: <p style="color:white;text-align:center;font-weight:bold;">Goethe Unive
25
25
box-shadow : 0 4px 8px rgba (0 ,0 ,0 ,0.1 );
26
26
background-color : white ;
27
27
padding : 1rem ;
28
- display : flex ;
29
- flex-direction : column ;
30
- align-items : center ;
31
- justify-content : center ;
32
28
}
33
29
34
30
.custom-card {
@@ -38,17 +34,13 @@ excerpt: <p style="color:white;text-align:center;font-weight:bold;">Goethe Unive
38
34
box-shadow : 0 4px 8px rgba (0 ,0 ,0 ,0.1 );
39
35
background-color : white ;
40
36
padding : 1rem ;
41
- display : flex ;
42
- flex-direction : column ;
43
- align-items : center ;
44
- justify-content : center ;
37
+ height : 100% ; /* Ensure consistent height */
45
38
}
46
39
47
40
.card-body {
48
41
width : 100% ;
49
42
display : flex ;
50
- flex-direction : column ;
51
- align-items : left ;
43
+ text-align : center ;
52
44
gap : 0.1rem ;
53
45
}
54
46
@@ -295,24 +287,24 @@ body {
295
287
</div>
296
288
{% endfor %}
297
289
</div>
298
- <!-- Speaker Details Section -->
299
- {% for speaker in site.data.winter_school_speakers %}
300
- <div id="speaker-details-{{ speaker.id }}" class="speaker-details">
301
- <h4>{{ speaker.name }}</h4>
302
- <p class="text-muted">{{ speaker.affiliation }}</p>
303
- <div class="mt-4">
304
- <p>{{ speaker.bio }}</p>
305
- {% if speaker.title %}
306
- <h5 class="mt-4">{{ speaker.title }}</h5>
307
- {% endif %}
308
- {% if speaker.abstract %}
309
- <p class="mt-3">{{ speaker.abstract }}</p>
310
- {% endif %}
311
- </div>
312
- </div>
313
- {% endfor %}
314
290
</div>
315
291
</div >
292
+ <!-- Speaker Details Section -->
293
+ {% for speaker in site.data.winter_school_speakers %}
294
+ <div id =" speaker-details-{{ speaker.id }} " class =" speaker-details " >
295
+ <h4 >{{ speaker.name }}</h4 >
296
+ <p class =" text-muted " >{{ speaker.affiliation }}</p >
297
+ <div class =" mt-4 " >
298
+ <p >{{ speaker.bio }}</p >
299
+ {% if speaker.title %}
300
+ <h5 class =" mt-4 " >{{ speaker.title }}</h5 >
301
+ {% endif %}
302
+ {% if speaker.abstract %}
303
+ <p class =" mt-3 " >{{ speaker.abstract }}</p >
304
+ {% endif %}
305
+ </div >
306
+ </div >
307
+ {% endfor %}
316
308
<div class =" row mb-4 " >
317
309
<div class =" col-md-12 " >
318
310
<h5 class =" section-title " >Sponsors</h5 >
0 commit comments