File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,20 @@ excerpt: <p style="color:white;text-align:center;font-weight:bold;">Goethe Unive
17
17
transition : transform 0.3s ease , box-shadow 0.3s ease ;
18
18
border : 2px solid transparent ;
19
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 */
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 ;
22
34
}
23
35
24
36
.custom-card :hover {
@@ -95,9 +107,7 @@ body {
95
107
border-color : #004d70 ;
96
108
}
97
109
98
- .card-body {
99
- padding : 1rem 1rem ; /* Consistent padding */
100
- }
110
+
101
111
.schedule-container {
102
112
max-width : 900px ; /* Increased the width for more space */
103
113
margin : 0 auto ;
@@ -172,7 +182,7 @@ body {
172
182
}
173
183
174
184
.speaker-image {
175
- margin-top : 1 rem ; /* Add space above image */
185
+ margin-top : 0.5 rem 0 ; /* Add space above image */
176
186
width : auto ; /* Fixed width */
177
187
height : 2.5rem ; /* Fixed height */
178
188
object-fit : cover ; /* Maintain aspect ratio */
You can’t perform that action at this time.
0 commit comments