Skip to content

Commit ac23c4c

Browse files
committed
Update event.md
1 parent 8561a3c commit ac23c4c

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

_pages/event.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ excerpt: <p style="color:white;text-align:center;font-weight:bold;">Goethe Unive
1616
cursor: pointer;
1717
transition: transform 0.3s ease, box-shadow 0.3s ease;
1818
border: 2px solid transparent;
19+
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 */
1922
}
2023

2124
.custom-card:hover {
@@ -56,13 +59,7 @@ body {
5659
font-size: 80%;
5760
background-color: var(--bg-color);
5861
}
59-
.custom-card {
60-
height: 100%;
61-
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
62-
border: none;
63-
transition: transform 0.3s ease-in-out;
64-
background-color: white; /* Add white background */
65-
}
62+
6663

6764
.custom-card a:visited{
6865
color:00618F;
@@ -99,7 +96,7 @@ body {
9996
}
10097

10198
.card-body {
102-
padding: 1.5rem 1rem; /* Consistent padding */
99+
padding: 1rem 1rem; /* Consistent padding */
103100
}
104101
.schedule-container {
105102
max-width: 900px; /* Increased the width for more space */

0 commit comments

Comments
 (0)