Skip to content

Commit 09e2172

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

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

_pages/event.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,20 @@ excerpt: <p style="color:white;text-align:center;font-weight:bold;">Goethe Unive
1717
transition: transform 0.3s ease, box-shadow 0.3s ease;
1818
border: 2px solid transparent;
1919
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
20-
transition: transform 0.3s ease-in-out;
21-
background-color: white; /* Add white background */
20+
background-color: white;
21+
padding: 1rem;
22+
display: flex;
23+
flex-direction: column;
24+
align-items: center;
25+
justify-content: center;
26+
}
27+
28+
.card-body {
29+
width: 100%;
30+
display: flex;
31+
flex-direction: column;
32+
align-items: center;
33+
gap: 0.5rem;
2234
}
2335

2436
.custom-card:hover {
@@ -95,9 +107,7 @@ body {
95107
border-color: #004d70;
96108
}
97109

98-
.card-body {
99-
padding: 1rem 1rem; /* Consistent padding */
100-
}
110+
101111
.schedule-container {
102112
max-width: 900px; /* Increased the width for more space */
103113
margin: 0 auto;
@@ -172,7 +182,7 @@ body {
172182
}
173183

174184
.speaker-image {
175-
margin-top: 1rem; /* Add space above image */
185+
margin-top: 0.5rem 0; /* Add space above image */
176186
width: auto; /* Fixed width */
177187
height: 2.5rem; /* Fixed height */
178188
object-fit: cover; /* Maintain aspect ratio */

0 commit comments

Comments
 (0)