Skip to content

Commit d6a1e48

Browse files
committed
Update event.md
1 parent 09e2172 commit d6a1e48

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

_pages/event.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ excerpt: <p style="color:white;text-align:center;font-weight:bold;">Goethe Unive
2222
display: flex;
2323
flex-direction: column;
2424
align-items: center;
25-
justify-content: center;
25+
height: 200px; /* Fixed height for all cards */
2626
}
2727

2828
.card-body {
2929
width: 100%;
3030
display: flex;
3131
flex-direction: column;
3232
align-items: center;
33-
gap: 0.5rem;
33+
gap: 0.25rem; /* Reduced gap between elements */
3434
}
3535

3636
.custom-card:hover {
@@ -182,12 +182,10 @@ body {
182182
}
183183

184184
.speaker-image {
185-
margin-top: 0.5rem 0; /* Add space above image */
186-
width: auto; /* Fixed width */
187-
height: 2.5rem; /* Fixed height */
188-
object-fit: cover; /* Maintain aspect ratio */
189-
margin-left: auto;
190-
margin-right: auto;
185+
width: 80px; /* Fixed width */
186+
height: 80px; /* Fixed height */
187+
object-fit: cover;
188+
margin: 0.25rem 0; /* Reduced margin */
191189
}
192190

193191
.icon-feature {

0 commit comments

Comments
 (0)