File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ excerpt: <p style="color:white;text-align:center;font-weight:bold;">Goethe Unive
16
16
cursor : pointer ;
17
17
transition : transform 0.3s ease , box-shadow 0.3s ease ;
18
18
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 */
19
22
}
20
23
21
24
.custom-card :hover {
@@ -56,13 +59,7 @@ body {
56
59
font-size : 80% ;
57
60
background-color : var (--bg-color );
58
61
}
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
+
66
63
67
64
.custom-card a :visited {
68
65
color :00618 F;
99
96
}
100
97
101
98
.card-body {
102
- padding : 1.5 rem 1rem ; /* Consistent padding */
99
+ padding : 1 rem 1rem ; /* Consistent padding */
103
100
}
104
101
.schedule-container {
105
102
max-width : 900px ; /* Increased the width for more space */
You can’t perform that action at this time.
0 commit comments