Skip to content

Commit 2a03d82

Browse files
committed
Update event.md
1 parent 278feda commit 2a03d82

File tree

1 file changed

+18
-26
lines changed

1 file changed

+18
-26
lines changed

_pages/event.md

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ excerpt: <p style="color:white;text-align:center;font-weight:bold;">Goethe Unive
2525
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
2626
background-color: white;
2727
padding: 1rem;
28-
display: flex;
29-
flex-direction: column;
30-
align-items: center;
31-
justify-content: center;
3228
}
3329

3430
.custom-card {
@@ -38,17 +34,13 @@ excerpt: <p style="color:white;text-align:center;font-weight:bold;">Goethe Unive
3834
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
3935
background-color: white;
4036
padding: 1rem;
41-
display: flex;
42-
flex-direction: column;
43-
align-items: center;
44-
justify-content: center;
37+
height: 100%; /* Ensure consistent height */
4538
}
4639

4740
.card-body {
4841
width: 100%;
4942
display: flex;
50-
flex-direction: column;
51-
align-items: left;
43+
text-align: center;
5244
gap: 0.1rem;
5345
}
5446

@@ -295,24 +287,24 @@ body {
295287
</div>
296288
{% endfor %}
297289
</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 %}
314290
</div>
315291
</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 %}
316308
<div class="row mb-4">
317309
<div class="col-md-12">
318310
<h5 class="section-title">Sponsors</h5>

0 commit comments

Comments
 (0)