Skip to content

Commit f710d90

Browse files
committed
Update event.md
1 parent 279bf3b commit f710d90

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_pages/event.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ excerpt: <p style="color:white;text-align:center;font-weight:bold;">Goethe Unive
99
---
1010
<style>
1111
.speaker-cards {
12-
margin-bottom: 2rem;
12+
margin-bottom: 1rem;
1313
}
1414

1515
.custom-card {
@@ -29,8 +29,8 @@ excerpt: <p style="color:white;text-align:center;font-weight:bold;">Goethe Unive
2929
width: 100%;
3030
display: flex;
3131
flex-direction: column;
32-
align-items: center;
33-
gap: 0.5rem;
32+
align-items: left;
33+
gap: 0.1rem;
3434
}
3535

3636
.custom-card:hover {
@@ -44,9 +44,9 @@ excerpt: <p style="color:white;text-align:center;font-weight:bold;">Goethe Unive
4444

4545
.speaker-details {
4646
background: white;
47-
padding: 2rem;
47+
padding: 1rem;
4848
border-radius: 10px;
49-
margin-top: 2rem;
49+
margin-top: 1rem;
5050
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
5151
display: none;
5252
animation: fadeIn 0.3s ease;

0 commit comments

Comments
 (0)