Skip to content

Commit 462c085

Browse files
committed
Update event.md
1 parent f710d90 commit 462c085

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_pages/event.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ excerpt: <p style="color:white;text-align:center;font-weight:bold;">Goethe Unive
1010
<style>
1111
.speaker-cards {
1212
margin-bottom: 1rem;
13+
cursor: pointer;
14+
transition: transform 0.3s ease, box-shadow 0.3s ease;
15+
border: 2px solid transparent;
16+
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
17+
background-color: white;
18+
padding: 1rem;
19+
display: flex;
20+
flex-direction: column;
21+
align-items: center;
22+
justify-content: center;
1323
}
1424

1525
.custom-card {

0 commit comments

Comments
 (0)